aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2008-05-06 01:06:35 +0000
committerGravatar Szymon Tomasz Stefanek2008-05-06 01:06:35 +0000
commit3f44ca44e99be970af012d847641e9a966f15596 (patch)
treef2134affc1d917edf129d9ebfcd668b2a5737cc6 /src/modules/addon
parentupdated rules to allow the new tal classes by Noldor (diff)
downloadKVIrc-3f44ca44e99be970af012d847641e9a966f15596.tar.gz
KVIrc-3f44ca44e99be970af012d847641e9a966f15596.tar.bz2
KVIrc-3f44ca44e99be970af012d847641e9a966f15596.zip
Added two missing files to CMakeLists.txt
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1682 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon')
-rw-r--r--src/modules/addon/managementdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/addon/managementdialog.cpp b/src/modules/addon/managementdialog.cpp
index 935c16096..2910bef05 100644
--- a/src/modules/addon/managementdialog.cpp
+++ b/src/modules/addon/managementdialog.cpp
@@ -114,8 +114,8 @@ KviScriptManagementDialog::KviScriptManagementDialog(QWidget * p)
QString szPic;
g_pApp->getGlobalKvircDirectory(szPic,KviApp::Pics);
// FIXME
- szPic += "\\kvi_dialog_addons.png";
- QString style("QListWidget {background-image: url(" + szPic + ");}");
+ szPic += "/kvi_dialog_addons.png";
+ QString style("QListWidget {background-image: url(file://" + szPic + ");}");
debug("pic: %s",szPic.toUtf8().data());
debug("style: %s",style.toUtf8().data());
m_pListWidget->setStyleSheet(style);