Skip to content
Snippets Groups Projects
Commit 0627600c authored by Enrico Tröger's avatar Enrico Tröger
Browse files

Add dist.cc dictionary service.

(Old svn revision: 4629)
parent e0c72637
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
simplify the code. simplify the code.
Add two other dictionary services: Add two other dictionary services:
Dictionary.com and TheFreeDictionary.com. Dictionary.com and TheFreeDictionary.com.
* Add dist.cc dictionary service.
2008-04-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> 2008-04-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
......
...@@ -170,6 +170,7 @@ static GtkWidget *create_web_dicts_table(GtkWidget *entry) ...@@ -170,6 +170,7 @@ static GtkWidget *create_web_dicts_table(GtkWidget *entry)
{ N_("dict.leo.org - German <-> Spanish"), "http://dict.leo.org/esde?search={word}" }, { 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 <-> Italian"), "http://dict.leo.org/itde?search={word}" },
{ N_("dict.leo.org - German <-> Chinese"), "http://dict.leo.org/chde?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_("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_("TheFreeDictionary.com"), "http://www.thefreedictionary.com/_/partner.aspx?Word={word}&Set=www&mode=w" },
{ N_("Clear"), "" }, { N_("Clear"), "" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment