From ae97a8ffad491124f93be0d38798cbbc8a4af6ce Mon Sep 17 00:00:00 2001 From: Dessa Date: Wed, 24 May 2017 18:17:46 +0200 Subject: unbreak my last commit, don't cache perl and choco dirs, too big --- src/modules/setup/libkvisetup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/setup/libkvisetup.cpp') 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 // 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) -- cgit v1.3.1-10-gc9f91