diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-13 14:04:21 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-13 14:04:21 +0400 |
commit | 496c8cbf8874fc20b5b17969cc64d132c737176c (patch) | |
tree | 4b178b3a371691855e1f708ea136d865dfc976cc /saedit/interface.h | |
parent | bd4920984dedcbc3ead9d8052cc396149c425902 (diff) | |
download | tools-496c8cbf8874fc20b5b17969cc64d132c737176c.tar.gz tools-496c8cbf8874fc20b5b17969cc64d132c737176c.tar.bz2 tools-496c8cbf8874fc20b5b17969cc64d132c737176c.tar.xz tools-496c8cbf8874fc20b5b17969cc64d132c737176c.zip |
saedit: Add recursive player protect
Diffstat (limited to 'saedit/interface.h')
-rw-r--r-- | saedit/interface.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/saedit/interface.h b/saedit/interface.h index dce0786..76aca08 100644 --- a/saedit/interface.h +++ b/saedit/interface.h @@ -1,3 +1,14 @@ +/*=======================================*\ +| ____ ____ | +| / \ /\ | | +| \____ / \ |____ | +| \ /____\ | | +| \____/prite / \nimation |____ditor | +| | +| Copyleft Vasily_Makarov 2011 | +| | +\*=======================================*/ + void set_up_interface() { GtkWidget *button = NULL; GtkWidget *hbox = NULL; @@ -106,7 +117,6 @@ void set_up_interface() { gtk_label_set_markup(GTK_LABEL(label), markup_bold(_("XML source file"))); gtk_box_pack_start(GTK_BOX(vbbox), label, TRUE, TRUE, 0); - //xml_file_chooser_button = gtk_file_chooser_button_new(_("XML source file"), 0); xml_file_chooser_button = gtk_file_chooser_button_new_with_dialog(fcdialog); gtk_box_pack_start(GTK_BOX(vbbox), xml_file_chooser_button, TRUE, TRUE, 0); g_signal_connect(xml_file_chooser_button, "file-set", G_CALLBACK(open_xml_file), source_buffer); |