Author: post
Date: 2011-12-27 18:53:34 +0100 (Tue, 27 Dec 2011)
New Revision: 4061
Modified:
trunk/src/gtk-interface.c
Log:
Change title, when loading profiles, since it way take a while on some systems.
Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c 2011-12-27 16:50:02 UTC (rev 4060)
+++ trunk/src/gtk-interface.c 2011-12-27 17:53:34 UTC (rev 4061)
@@ -1588,7 +1588,7 @@
gtk_box_pack_start (GTK_BOX (vbox), pane, TRUE, TRUE, 0);
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, TRUE, 0);
- if(gui_status_push(_("Ready"))); /* To put a "buttom" the status
stack, we ignore the reutrn value */
+ if(gui_status_push(_("Ready"))); /* To put a "bottom" on the status
stack, we ignore the return value */
// arrange rawstudio as the user left it
gboolean show_iconbox;
@@ -1672,6 +1672,7 @@
}
/* Construct this to load dcp profiles early */
+ rs_window_set_title(_("Rawstudio: Loading Color Profiles"));
RSProfileFactory *factory = rs_profile_factory_new_default();
factory = NULL;
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit