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

Enrico Troeger enrico at xfce.org
Fri Sep 26 18:42:39 CEST 2008


Author: enrico
Date: 2008-09-26 16:42:39 +0000 (Fri, 26 Sep 2008)
New Revision: 5477

Modified:
   xfce4-dict/trunk/ChangeLog
   xfce4-dict/trunk/lib/prefs.c
Log:
Add "en.wikipedia.org" and "www.merriam-webster.com" to the list of web dictionaries (thanks to Liviu Andronic for the hint).

Modified: xfce4-dict/trunk/ChangeLog
===================================================================
--- xfce4-dict/trunk/ChangeLog	2008-09-24 21:08:13 UTC (rev 5476)
+++ xfce4-dict/trunk/ChangeLog	2008-09-26 16:42:39 UTC (rev 5477)
@@ -1,3 +1,9 @@
+2008-09-25  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * Add "en.wikipedia.org" and "www.merriam-webster.com" to the list
+   of web dictionaries (thanks to Liviu Andronic for the hint).
+
+
 2008-09-23  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * New release: 0.4.1.

Modified: xfce4-dict/trunk/lib/prefs.c
===================================================================
--- xfce4-dict/trunk/lib/prefs.c	2008-09-24 21:08:13 UTC (rev 5476)
+++ xfce4-dict/trunk/lib/prefs.c	2008-09-26 16:42:39 UTC (rev 5477)
@@ -200,7 +200,9 @@
 		{ 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_("Wikipedia, the free encyclopedia (EN)"), "http://en.wikipedia.org/wiki/{word}" },
 		{ N_("Wiktionary, the free dictionary (EN)"), "http://en.wiktionary.org/wiki/{word}" },
+		{ N_("Merriam-Webster Online Dictionary"), "http://www.merriam-webster.com/dictionary/{word}" },
 		{ N_("Clear"), "" },
 		{ NULL, NULL }
 	};




More information about the Goodies-commits mailing list