diff options
| author | 2017-05-24 17:39:36 +0200 | |
|---|---|---|
| committer | 2017-05-24 17:39:36 +0200 | |
| commit | 90e1ffeefb2405f71095dd3529b4c0ec2fe2b906 (patch) | |
| tree | ebc2d440ab6258fd3a51cedafb8313e667f1d71c /src/modules/setup/libkvisetup.cpp | |
| parent | Make Windows code Unicode-aware (#2219) (diff) | |
| download | KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.gz KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.bz2 KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.zip | |
push and pull po{t}s, typo fixes
Diffstat (limited to 'src/modules/setup/libkvisetup.cpp')
| -rw-r--r-- | src/modules/setup/libkvisetup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/setup/libkvisetup.cpp b/src/modules/setup/libkvisetup.cpp index 606ca9ac6..f7e77ce86 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_szChoosenIncomingDirectory; +QString g_szChosenIncomingDirectory; 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_szChoosenIncomingDirectory; + KVI_OPTION_STRING(KviOption_stringIncomingPath) = g_szChosenIncomingDirectory; // 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) |
