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

Enrico Troeger enrico at xfce.org
Fri Apr 18 18:06:47 CEST 2008


Author: enrico
Date: 2008-04-18 16:06:47 +0000 (Fri, 18 Apr 2008)
New Revision: 4616

Modified:
   xfce4-dict/trunk/README
   xfce4-dict/trunk/lib/gui.c
Log:
Unify application name to "Xfce4 Dictionary".


Modified: xfce4-dict/trunk/README
===================================================================
--- xfce4-dict/trunk/README	2008-04-18 15:25:52 UTC (rev 4615)
+++ xfce4-dict/trunk/README	2008-04-18 16:06:47 UTC (rev 4616)
@@ -1,4 +1,4 @@
-xfce4-dict - A client program to query different dictionaries
+Xfce4 Dictionary - A client program to query different dictionaries
 -------------------------------------------------------------
 
 This program allows you to search different kinds of dictionary services
@@ -41,8 +41,8 @@
 the text field.
 
 
-"Dict" server
--------------
+Query a Dict server
+-------------------
 
 You can query a dictionary server(see RFC 2229) to search for the
 translation or explanation of a word. You can also choose a dictionary

Modified: xfce4-dict/trunk/lib/gui.c
===================================================================
--- xfce4-dict/trunk/lib/gui.c	2008-04-18 15:25:52 UTC (rev 4615)
+++ xfce4-dict/trunk/lib/gui.c	2008-04-18 16:06:47 UTC (rev 4616)
@@ -186,7 +186,7 @@
 	GtkWidget *method_chooser, *radio, *label;
 
 	dd->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
-	gtk_window_set_title(GTK_WINDOW(dd->window), "Xfce Dictionary");
+	gtk_window_set_title(GTK_WINDOW(dd->window), "Xfce4 Dictionary");
 	gtk_window_set_default_size(GTK_WINDOW(dd->window), 500, 300);
 
 	icon = gdk_pixbuf_new_from_inline(-1, dict_icon_data, FALSE, NULL);
@@ -332,12 +332,12 @@
 							   XFCE_LICENSE_GPL);
 
 	xfce_about_info_add_credit(info, "Enrico Tröger", "enrico(dot)troeger(at)uvena(dot)de", _("Developer"));
-	xfce_about_info_set_homepage(info, "http://goodies.xfce.org");
+	xfce_about_info_set_homepage(info, "http://goodies.xfce.org/projects/applications/xfce4-dict");
 
 	dialog = xfce_about_dialog_new_with_values(
 		GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(widget))), info, dd->icon);
 	g_signal_connect(G_OBJECT(dialog), "response", G_CALLBACK(gtk_widget_destroy), NULL);
-	gtk_window_set_title(GTK_WINDOW(dialog), "Xfce Dictionary");
+	gtk_window_set_title(GTK_WINDOW(dialog), "Xfce4 Dictionary");
 	gtk_dialog_run(GTK_DIALOG(dialog));
 
 	xfce_about_info_free(info);




More information about the Goodies-commits mailing list