aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup/libkvisetup.cpp
diff options
context:
space:
mode:
authorGravatar Dessa2017-05-24 18:17:46 +0200
committerGravatar Dessa2017-05-24 18:17:46 +0200
commitae97a8ffad491124f93be0d38798cbbc8a4af6ce (patch)
tree3b4706e61320633a8e7eb123b88d438866738323 /src/modules/setup/libkvisetup.cpp
parentpush and pull po{t}s, typo fixes (diff)
downloadKVIrc-ae97a8ffad491124f93be0d38798cbbc8a4af6ce.tar.gz
KVIrc-ae97a8ffad491124f93be0d38798cbbc8a4af6ce.tar.bz2
KVIrc-ae97a8ffad491124f93be0d38798cbbc8a4af6ce.zip
unbreak my last commit, don't cache perl and choco dirs, too big
Diffstat (limited to 'src/modules/setup/libkvisetup.cpp')
-rw-r--r--src/modules/setup/libkvisetup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/setup/libkvisetup.cpp b/src/modules/setup/libkvisetup.cpp
index f7e77ce86..606ca9ac6 100644
--- a/src/modules/setup/libkvisetup.cpp
+++ b/src/modules/setup/libkvisetup.cpp
@@ -38,7 +38,7 @@
#include <QFile>
// this will be chosen during the setup process
-QString g_szChosenIncomingDirectory;
+QString g_szChoosenIncomingDirectory;
int g_iThemeToApply = THEME_APPLY_NONE;
bool bNeedToApplyDefaults;
unsigned int uPort;
@@ -67,7 +67,7 @@ KVIMODULEEXPORTFUNC void setup_finish()
{
if(bNeedToApplyDefaults)
{
- KVI_OPTION_STRING(KviOption_stringIncomingPath) = g_szChosenIncomingDirectory;
+ KVI_OPTION_STRING(KviOption_stringIncomingPath) = g_szChoosenIncomingDirectory;
// Reset the quit message and the real name... if they contain the KVIrc version
// then probably the user hasn't even edited them.
if(KVI_OPTION_STRING(KviOption_stringQuitMessage).indexOf("KVIrc", 0, Qt::CaseInsensitive) != -1)