aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-12 17:06:37 +0000
committerGravatar Elvio Basello2008-04-12 17:06:37 +0000
commit29e98962c571cb969bfa39556f23eff5c3ae4445 (patch)
tree0cecf69fa86e50fd370cb6858320806ca66360fa /src/modules
parentkdevelop3 with cmake cmpilation skeleton (please test) (diff)
downloadKVIrc-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')
-rw-r--r--src/modules/about/aboutdialog.cpp2
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");