aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/themefunctions.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-05-25 03:33:49 +0000
committerGravatar Szymon Tomasz Stefanek2010-05-25 03:33:49 +0000
commit721d6e2f218abd227fe7ca6ea93f6acf15790964 (patch)
tree1497c350e13a5914d8c901af514de607e5659990 /src/modules/theme/themefunctions.cpp
parentupdate (diff)
downloadKVIrc-721d6e2f218abd227fe7ca6ea93f6acf15790964.tar.gz
KVIrc-721d6e2f218abd227fe7ca6ea93f6acf15790964.tar.bz2
KVIrc-721d6e2f218abd227fe7ca6ea93f6acf15790964.zip
Misc tweaks on the addon dialog.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4374 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/themefunctions.cpp')
-rw-r--r--src/modules/theme/themefunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp
index c91760f3a..3890ef68d 100644
--- a/src/modules/theme/themefunctions.cpp
+++ b/src/modules/theme/themefunctions.cpp
@@ -44,7 +44,7 @@ namespace KviThemeFunctions
static bool notAValidThemePackage(QString &szError)
{
- KviQString::sprintf(szError,__tr2qs_ctx("The selected file does not seem to be a valid KVIrc theme package","theme"));
+ szError = __tr2qs_ctx("The selected file does not seem to be a valid KVIrc theme package","theme");
return false;
}