Author: akv
Date: 2013-05-08 10:59:53 +0200 (Wed, 08 May 2013)
New Revision: 4394
Modified:
branches/4175-enfuse/src/rs-actions.c
Log:
Added title to Enfuse dialog.
Modified: branches/4175-enfuse/src/rs-actions.c
===================================================================
--- branches/4175-enfuse/src/rs-actions.c 2013-05-07 20:35:33 UTC (rev
4393)
+++ branches/4175-enfuse/src/rs-actions.c 2013-05-08 08:59:53 UTC (rev
4394)
@@ -1614,6 +1614,7 @@
dialog = gui_dialog_make_from_text(GTK_STOCK_DIALOG_QUESTION, _("Enfuse"),
_("This might take quite some time and will lock up UI until finished..."));
gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL);
gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_EXECUTE,
GTK_RESPONSE_ACCEPT);
+ gtk_window_set_title(GTK_WINDOW(dialog), _("Rawstudio Enfuse"));
GtkWidget *content = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
GtkWidget *image = gtk_image_new_from_file(thumb);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit