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

Enrico Troeger enrico at xfce.org
Wed Sep 10 11:16:22 CEST 2008


Author: enrico
Date: 2008-09-10 09:16:21 +0000 (Wed, 10 Sep 2008)
New Revision: 5379

Modified:
   xfce4-dict/trunk/ChangeLog
   xfce4-dict/trunk/lib/prefs.c
Log:
Add Wiktionary.org to the list of web dictionaries (thanks to Liviu Andronic for the hint).

Modified: xfce4-dict/trunk/ChangeLog
===================================================================
--- xfce4-dict/trunk/ChangeLog	2008-09-10 08:42:26 UTC (rev 5378)
+++ xfce4-dict/trunk/ChangeLog	2008-09-10 09:16:21 UTC (rev 5379)
@@ -1,3 +1,9 @@
+2008-09-10  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * Add Wiktionary.org to the list of web dictionaries
+   (thanks to Liviu Andronic for the hint).
+
+
 2008-08-26  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * Don't let the notebook tab labels grab the focus in the prefs dialog.

Modified: xfce4-dict/trunk/lib/prefs.c
===================================================================
--- xfce4-dict/trunk/lib/prefs.c	2008-09-10 08:42:26 UTC (rev 5378)
+++ xfce4-dict/trunk/lib/prefs.c	2008-09-10 09:16:21 UTC (rev 5379)
@@ -200,6 +200,7 @@
 		{ N_("dist.cc - Dictionary"), "http://www.dict.cc/?s={word}" },
 		{ N_("Dictionary.com"), "http://dictionary.reference.com/search?db=dictionary&q={word}" },
 		{ N_("TheFreeDictionary.com"), "http://www.thefreedictionary.com/_/partner.aspx?Word={word}&Set=www&mode=w" },
+		{ N_("Wiktionary, the free dictionary (EN)"), "http://en.wiktionary.org/wiki/{word}" },
 		{ N_("Clear"), "" },
 		{ NULL, NULL }
 	};




More information about the Goodies-commits mailing list