[Goodies-commits] r5801 - in xfce4-dict/trunk: . lib

Enrico Troeger enrico at xfce.org
Sat Oct 25 11:16:37 CEST 2008


Author: enrico
Date: 2008-10-25 09:16:37 +0000 (Sat, 25 Oct 2008)
New Revision: 5801

Modified:
   xfce4-dict/trunk/ChangeLog
   xfce4-dict/trunk/lib/prefs.c
Log:
Change the title of the prefs dialog to 'Preferences'.

Modified: xfce4-dict/trunk/ChangeLog
===================================================================
--- xfce4-dict/trunk/ChangeLog	2008-10-25 08:03:37 UTC (rev 5800)
+++ xfce4-dict/trunk/ChangeLog	2008-10-25 09:16:37 UTC (rev 5801)
@@ -1,3 +1,8 @@
+2008-10-25  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * Change the title of the prefs dialog to 'Preferences'.
+
+
 2008-10-24  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * Add mnemonics to the search method radio labels in the main window.

Modified: xfce4-dict/trunk/lib/prefs.c
===================================================================
--- xfce4-dict/trunk/lib/prefs.c	2008-10-25 08:03:37 UTC (rev 5800)
+++ xfce4-dict/trunk/lib/prefs.c	2008-10-25 09:16:37 UTC (rev 5801)
@@ -249,7 +249,7 @@
 	GtkWidget *label1, *label2, *label3;
 
 	dialog = xfce_titled_dialog_new_with_buttons(
-		_("Xfce4 Dictionary"), GTK_WINDOW(parent),
+		_("Preferences"), GTK_WINDOW(parent),
 		GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
 		GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
 		NULL);




More information about the Goodies-commits mailing list