Fixed "Download dictionaries" URL.
authorRoman Moravcik <roman.moravcik@gmail.com>
Thu, 27 May 2010 12:15:47 +0000 (14:15 +0200)
committerRoman Moravcik <roman.moravcik@gmail.com>
Thu, 27 May 2010 12:15:47 +0000 (14:15 +0200)
src/mstardict.cpp

index 452a91a..5fa72d1 100644 (file)
@@ -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;
 }