diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 22:23:26 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 22:23:26 +0400 |
commit | e6961262ebcc6d146470876af9e5dc4fd3ac4442 (patch) | |
tree | fc54d4ac9f11ea73d72f241137f97d23505dee69 /saedit/main.h | |
parent | c6cb606d90d532e08efa5d28bdc67760347d7974 (diff) | |
download | evol-tools-e6961262ebcc6d146470876af9e5dc4fd3ac4442.tar.gz evol-tools-e6961262ebcc6d146470876af9e5dc4fd3ac4442.tar.bz2 evol-tools-e6961262ebcc6d146470876af9e5dc4fd3ac4442.tar.xz evol-tools-e6961262ebcc6d146470876af9e5dc4fd3ac4442.zip |
saedit: Restore open button
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/saedit/main.h b/saedit/main.h index d7b232b..c735dc9 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -62,6 +62,7 @@ GtkWidget *win = NULL; GtkWidget *darea = NULL; GtkWidget *data_folder_chooser_button = NULL; GtkWidget *xml_file_chooser_button = NULL; +GtkWidget *xml_file_open_button = NULL; GtkWidget *xml_file_save_button = NULL; GtkWidget *imagesets_combo_box = NULL; GtkWidget *actions_combo_box = NULL; |