[Rawstudio-commit] r2226 - trunk/src
Anders Brander
anders at brander.dk
Tue Feb 24 23:44:11 CET 2009
Author: abrander
Date: 2009-02-24 23:44:11 +0100 (Tue, 24 Feb 2009)
New Revision: 2226
Modified:
trunk/src/rs-save-dialog.c
Log:
Fixed config name.
Modified: trunk/src/rs-save-dialog.c
===================================================================
--- trunk/src/rs-save-dialog.c 2009-02-24 22:32:22 UTC (rev 2225)
+++ trunk/src/rs-save-dialog.c 2009-02-24 22:44:11 UTC (rev 2226)
@@ -99,7 +99,7 @@
dialog->vbox = gtk_vbox_new(FALSE, 0);
dialog->chooser = gtk_file_chooser_widget_new(GTK_FILE_CHOOSER_ACTION_SAVE);
- dialog->type_box = gui_confbox_new((const gchar *) "DELME-filetype");
+ dialog->type_box = gui_confbox_new((const gchar *) "save-as-filetype");
dialog->pref_bin = gtk_alignment_new(0.0, 0.5, 1.0, 1.0);
button_box = gtk_hbutton_box_new();
More information about the Rawstudio-commit
mailing list