diff options
| author | 2015-10-04 18:37:55 +0200 | |
|---|---|---|
| committer | 2015-10-04 18:37:55 +0200 | |
| commit | 95458f37426f799f8ff90bffba1c73286c765258 (patch) | |
| tree | d63f6c14672c776db87ee3494154e1d7c0231858 /src/modules/setup | |
| parent | Make the theme images in the theme management dialog bigger. Maybe needs more... (diff) | |
| download | KVIrc-95458f37426f799f8ff90bffba1c73286c765258.tar.gz KVIrc-95458f37426f799f8ff90bffba1c73286c765258.tar.bz2 KVIrc-95458f37426f799f8ff90bffba1c73286c765258.zip | |
Hopefully fix one windows build error
Diffstat (limited to 'src/modules/setup')
| -rw-r--r-- | src/modules/setup/SetupWizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/setup/SetupWizard.cpp b/src/modules/setup/SetupWizard.cpp index b0adaea1d..e36e62f12 100644 --- a/src/modules/setup/SetupWizard.cpp +++ b/src/modules/setup/SetupWizard.cpp @@ -1115,7 +1115,7 @@ void SetupWizard::accept() #if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) if(m_pDirMakePortable->isChecked()) { - KviFileUtils::writeFile(g_pApp->applicationDirPath()+KVI_PATH_SEPARATOR_CHAR+"portable","true"); + KviFileUtils::writeFile(g_pApp->applicationDirPath()+KVI_PATH_SEPARATOR_CHAR+"portable",QString("true")); g_pApp->m_bPortable=true; } else { #endif |
