File: update-dictionaries-download-url.patch

package info (click to toggle)
stardict 3.0.7%2Bgit20220909%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,624 kB
  • sloc: cpp: 82,891; ansic: 3,908; xml: 3,023; makefile: 1,261; python: 943; sh: 840; javascript: 467; perl: 223
file content (35 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From: xiao sheng wen <atzlinux@sina.com>
Date: Sat, 25 Dec 2021 20:14:24 +0800
Subject: update download dictionaries url

Forwarded: not-needed
---
 INSTALL              | 1 -
 dict/src/mainwin.cpp | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 6973242..1ce76ca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -44,7 +44,6 @@ sdcv - Console version of StarDict program. http://sdcv.sourceforge.net
 stardictd - StarDict server. http://stardictd.sourceforge.net
 
 Notice: you can download stardict dictionaries in:
-http://stardict.huzheng.org
 http://download.huzheng.org
 
 And communicate on the StarDict forum:
diff --git a/dict/src/mainwin.cpp b/dict/src/mainwin.cpp
index a635c15..215cb90 100644
--- a/dict/src/mainwin.cpp
+++ b/dict/src/mainwin.cpp
@@ -596,7 +596,7 @@ void TopWin::on_main_menu_keepabove_toggled(GtkCheckMenuItem *menuitem, TopWin *
 
 void TopWin::on_main_menu_downloaddict_activate(GtkMenuItem *menuitem, TopWin *oTopWin)
 {
-  show_url("http://stardict.huzheng.org");
+  show_url("http://download.huzheng.org");
 }
 
 void TopWin::on_main_menu_newversion_activate(GtkMenuItem *menuitem, TopWin *oTopWin)