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

Enrico Troeger enrico at xfce.org
Fri Apr 18 18:07:29 CEST 2008


Author: enrico
Date: 2008-04-18 16:07:29 +0000 (Fri, 18 Apr 2008)
New Revision: 4629

Modified:
   xfce4-dict/trunk/ChangeLog
   xfce4-dict/trunk/lib/prefs.c
Log:
Add dist.cc dictionary service.


Modified: xfce4-dict/trunk/ChangeLog
===================================================================
--- xfce4-dict/trunk/ChangeLog	2008-04-18 16:07:26 UTC (rev 4628)
+++ xfce4-dict/trunk/ChangeLog	2008-04-18 16:07:29 UTC (rev 4629)
@@ -8,6 +8,7 @@
    simplify the code.
    Add two other dictionary services:
    Dictionary.com and TheFreeDictionary.com.
+ * Add dist.cc dictionary service.
 
 
 2008-04-17  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: xfce4-dict/trunk/lib/prefs.c
===================================================================
--- xfce4-dict/trunk/lib/prefs.c	2008-04-18 16:07:26 UTC (rev 4628)
+++ xfce4-dict/trunk/lib/prefs.c	2008-04-18 16:07:29 UTC (rev 4629)
@@ -170,6 +170,7 @@
 		{ N_("dict.leo.org - German <-> Spanish"), "http://dict.leo.org/esde?search={word}" },
 		{ N_("dict.leo.org - German <-> Italian"), "http://dict.leo.org/itde?search={word}" },
 		{ N_("dict.leo.org - German <-> Chinese"), "http://dict.leo.org/chde?search={word}" },
+		{ 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_("Clear"), "" },




More information about the Goodies-commits mailing list