diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 22:08:51 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-10 22:08:51 +0400 |
commit | c6cb606d90d532e08efa5d28bdc67760347d7974 (patch) | |
tree | 43b844b514a7df9fe2a0d05ab40191b0b122e1ca /saedit/main.h | |
parent | 7bdf765a7a58f6a421300beee750513009067f8c (diff) | |
download | evol-tools-c6cb606d90d532e08efa5d28bdc67760347d7974.tar.gz evol-tools-c6cb606d90d532e08efa5d28bdc67760347d7974.tar.bz2 evol-tools-c6cb606d90d532e08efa5d28bdc67760347d7974.tar.xz evol-tools-c6cb606d90d532e08efa5d28bdc67760347d7974.zip |
saedit: Rename some objects
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/saedit/main.h b/saedit/main.h index db79812..d7b232b 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -60,12 +60,12 @@ int offsetX = 0, offsetY = 0; GtkWidget *win = NULL; GtkWidget *darea = NULL; -GtkWidget *datafoldcbutton = NULL; -GtkWidget *xmlfcbutton = NULL; -GtkWidget *xmlfsbutton = NULL; -GtkWidget *imagesetscombobox = NULL; -GtkWidget *actionscombobox = NULL; -GtkWidget *animationscombobox = NULL; +GtkWidget *data_folder_chooser_button = NULL; +GtkWidget *xml_file_chooser_button = NULL; +GtkWidget *xml_file_save_button = NULL; +GtkWidget *imagesets_combo_box = NULL; +GtkWidget *actions_combo_box = NULL; +GtkWidget *animations_combo_box = NULL; GtkSourceBuffer *sbuf = NULL; GList *imagesets = NULL; |