diff options
| author | 2008-04-12 17:06:37 +0000 | |
|---|---|---|
| committer | 2008-04-12 17:06:37 +0000 | |
| commit | 29e98962c571cb969bfa39556f23eff5c3ae4445 (patch) | |
| tree | 0cecf69fa86e50fd370cb6858320806ca66360fa /src/modules/about/aboutdialog.cpp | |
| parent | kdevelop3 with cmake cmpilation skeleton (please test) (diff) | |
| download | KVIrc-29e98962c571cb969bfa39556f23eff5c3ae4445.tar.gz KVIrc-29e98962c571cb969bfa39556f23eff5c3ae4445.tar.bz2 KVIrc-29e98962c571cb969bfa39556f23eff5c3ae4445.zip | |
quick fixes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1467 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/about/aboutdialog.cpp')
| -rw-r--r-- | src/modules/about/aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/about/aboutdialog.cpp b/src/modules/about/aboutdialog.cpp index 21a790fa3..653f9cc79 100644 --- a/src/modules/about/aboutdialog.cpp +++ b/src/modules/about/aboutdialog.cpp @@ -123,7 +123,7 @@ KviAboutDialog::KviAboutDialog() infoString += __tr2qs_ctx("Build Command","about"); infoString += ": " KVI_BUILD_COMMAND "<br>"; infoString += __tr2qs_ctx("Build Flags","about"); - infoString += ": " KVI_BUILD_FLAGS; + infoString += ": " KVI_BUILD_FLAGS "<br>"; infoString += __tr2qs_ctx("Compiler Name","about"); infoString += ": " KVI_BUILD_COMPILER "<br>"; infoString += __tr2qs_ctx("Compiler Flags","about"); |
