aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2008-03-24 04:03:54 +0000
committerGravatar Szymon Tomasz Stefanek2008-03-24 04:03:54 +0000
commit24a27bb3d6402301c6ea597f378acecc5a8c5b7c (patch)
tree0e14b3f0ec1eac8406a199e75c550ff244a44e54 /src/modules
parentWill double check the commands before typing. Will double check the commands ... (diff)
downloadKVIrc-24a27bb3d6402301c6ea597f378acecc5a8c5b7c.tar.gz
KVIrc-24a27bb3d6402301c6ea597f378acecc5a8c5b7c.tar.bz2
KVIrc-24a27bb3d6402301c6ea597f378acecc5a8c5b7c.zip
Trunk switches to Qt4 development: you can start messing up :)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1265 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/setup/setupwizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/setup/setupwizard.cpp b/src/modules/setup/setupwizard.cpp
index 72c412c12..e22bc91f5 100644
--- a/src/modules/setup/setupwizard.cpp
+++ b/src/modules/setup/setupwizard.cpp
@@ -70,9 +70,9 @@ extern QString szMircServers;
extern QString szMircIni;
#ifdef COMPILE_ON_WINDOWS
- #define KVI_LOCAL_KVIRC_SUBDIRECTORY_NAME "KVIrc"
+ #define KVI_LOCAL_KVIRC_SUBDIRECTORY_NAME "KVIrc4"
#else
- #define KVI_LOCAL_KVIRC_SUBDIRECTORY_NAME ".kvirc"
+ #define KVI_LOCAL_KVIRC_SUBDIRECTORY_NAME ".kvirc4"
#endif
KviSetupPage::KviSetupPage(KviSetupWizard * w)