summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h12
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;