diff options
| author | 2008-06-24 16:32:03 +0000 | |
|---|---|---|
| committer | 2008-06-24 16:32:03 +0000 | |
| commit | 05bb6c89b83fad24382ea54a3a770e1f9de644fa (patch) | |
| tree | 07a71e0ff0889894a1e445c219c5c3e7800f6b86 /src/modules | |
| parent | Fixes for win32 msvc build (now it works ok, but SLOW AS HELL: kvirc+kvilib w... (diff) | |
| download | KVIrc-05bb6c89b83fad24382ea54a3a770e1f9de644fa.tar.gz KVIrc-05bb6c89b83fad24382ea54a3a770e1f9de644fa.tar.bz2 KVIrc-05bb6c89b83fad24382ea54a3a770e1f9de644fa.zip | |
enabled cmake info on about module. test it with msvc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1935 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/about/aboutdialog.cpp | 4 | ||||
| -rw-r--r-- | src/modules/about/libkviabout.cpp | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/modules/about/aboutdialog.cpp b/src/modules/about/aboutdialog.cpp index b10702173..a3f92235b 100644 --- a/src/modules/about/aboutdialog.cpp +++ b/src/modules/about/aboutdialog.cpp @@ -140,8 +140,6 @@ KviAboutDialog::KviAboutDialog() infoString += "<b>"; infoString += __tr2qs_ctx("Build Info","about"); infoString += ":</b><br>"; -// FIXME: Remove this line when win32 compiles using CMake -#ifndef COMPILE_ON_WINDOWS infoString += __tr2qs_ctx("Build Date","about"); infoString += ": "; infoString += KviBuildInfo::buildDate(); @@ -178,7 +176,7 @@ KviAboutDialog::KviAboutDialog() infoString += __tr2qs_ctx("Compiler Flags","about"); infoString += ": "; infoString += KviBuildInfo::buildCompilerFlags(); -#endif + v->setText(infoString); addTab(w,__tr2qs_ctx("Executable Informations","about")); diff --git a/src/modules/about/libkviabout.cpp b/src/modules/about/libkviabout.cpp index ac05d33e3..a6bbcd14c 100644 --- a/src/modules/about/libkviabout.cpp +++ b/src/modules/about/libkviabout.cpp @@ -91,7 +91,7 @@ KVIRC_MODULE( "4.0.0", "Till Bush <buti@geocities.com>\n" \ "Szymon Stefanek <pragma at kvirc dot net>" \ - "Elvio Basello <hellvis69 at netsons dot org", + "Elvio Basello <hellvis69 at netsons dot org>", "Exports the /about.kvirc command\n", about_module_init , about_module_can_unload, |
