aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2021-07-02 19:23:45 +0100
committerGravatar Alexey Sokolov2021-07-02 19:23:45 +0100
commit18c6261ca75d397e001cad374e9a281e7913820e (patch)
tree8ffc068e0ca4a6e4d88d4a3dcfb07d4e8d197b75 /src/modules/theme
parentFix some typos in Polish translation. (diff)
downloadKVIrc-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.cpp2
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()