From: Roman Moravcik Date: Thu, 27 May 2010 12:15:47 +0000 (+0200) Subject: Fixed "Download dictionaries" URL. X-Git-Tag: v0.6-1~3 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=738f8c211c14d66bf2fb032bce6c5bba0fc68c75;p=mstardict Fixed "Download dictionaries" URL. --- diff --git a/src/mstardict.cpp b/src/mstardict.cpp index 452a91a..5fa72d1 100644 --- a/src/mstardict.cpp +++ b/src/mstardict.cpp @@ -266,7 +266,7 @@ MStarDict::onDownloadDictionariesMenuItemClicked(GtkButton *button, "com.nokia.osso_browser", "open_new_window", NULL, - DBUS_TYPE_STRING, "http://stardict.sourceforge.net/Dictionaries.php", + DBUS_TYPE_STRING, "http://xdxf.revdanica.com/down2/index.php?down_format=StarDict", DBUS_TYPE_INVALID); return true; }