diff options
| author | 2016-02-11 04:33:11 +0000 | |
|---|---|---|
| committer | 2016-02-27 10:47:52 +0000 | |
| commit | f41c1f2868ee7d318b29e4c076db45a8b0346b3d (patch) | |
| tree | 62f05c4fb396a2361c457b9d0ee68385b1eed2b0 /src/modules/addon/WebAddonInterfaceDialog.cpp | |
| parent | statusbarapplet: update tootip add space between double-click and main text (diff) | |
| download | KVIrc-f41c1f2868ee7d318b29e4c076db45a8b0346b3d.tar.gz KVIrc-f41c1f2868ee7d318b29e4c076db45a8b0346b3d.tar.bz2 KVIrc-f41c1f2868ee7d318b29e4c076db45a8b0346b3d.zip | |
QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try to improve entries
+ add window title to find and replace dialog
Diffstat (limited to 'src/modules/addon/WebAddonInterfaceDialog.cpp')
| -rw-r--r-- | src/modules/addon/WebAddonInterfaceDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/WebAddonInterfaceDialog.cpp b/src/modules/addon/WebAddonInterfaceDialog.cpp index d67aa0aa0..ba8b8e33c 100644 --- a/src/modules/addon/WebAddonInterfaceDialog.cpp +++ b/src/modules/addon/WebAddonInterfaceDialog.cpp @@ -40,7 +40,7 @@ WebAddonInterfaceDialog::WebAddonInterfaceDialog(QWidget * par) : KviWebPackageManagementDialog(par) { - setWindowTitle(__tr2qs_ctx("KVIrc : Download Addons","theme")); + setWindowTitle(__tr2qs_ctx("Download Addons - KVIrc","theme")); setPackagePageUrl( QString::fromLatin1("http://www.kvirc.de/app/addons.php?version=" KVI_VERSION "&lang=%1") |
