diff options
| author | 2021-07-02 19:23:45 +0100 | |
|---|---|---|
| committer | 2021-07-02 19:23:45 +0100 | |
| commit | 18c6261ca75d397e001cad374e9a281e7913820e (patch) | |
| tree | 8ffc068e0ca4a6e4d88d4a3dcfb07d4e8d197b75 /src/modules/theme | |
| parent | Fix some typos in Polish translation. (diff) | |
| download | KVIrc-18c6261ca75d397e001cad374e9a281e7913820e.tar.gz KVIrc-18c6261ca75d397e001cad374e9a281e7913820e.tar.bz2 KVIrc-18c6261ca75d397e001cad374e9a281e7913820e.zip | |
Update URL to kvirc.net
See https://github.com/kvirc/kvirc-www/pull/28
Diffstat (limited to 'src/modules/theme')
| -rw-r--r-- | src/modules/theme/WebThemeInterfaceDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/WebThemeInterfaceDialog.cpp b/src/modules/theme/WebThemeInterfaceDialog.cpp index 24c611c78..cf713771b 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.cpp +++ b/src/modules/theme/WebThemeInterfaceDialog.cpp @@ -48,7 +48,7 @@ WebThemeInterfaceDialog::WebThemeInterfaceDialog(QWidget * par) m_szGlobalThemesPath += KVI_PATH_SEPARATOR_CHAR; setPackagePageUrl( - QString::fromLatin1("http://www.kvirc.de/app/themes.php?version=" KVI_VERSION "&lang=%1") + QString::fromLatin1("https://www.kvirc.net/app/themes.php?version=" KVI_VERSION "&lang=%1") .arg(KviLocale::instance()->localeName())); } WebThemeInterfaceDialog::~WebThemeInterfaceDialog() |
