summaryrefslogtreecommitdiffstats
path: root/lanbrowsing
diff options
context:
space:
mode:
Diffstat (limited to 'lanbrowsing')
-rw-r--r--lanbrowsing/lisa/main.cpp2
-rw-r--r--lanbrowsing/lisa/netmanager.cpp2
-rw-r--r--lanbrowsing/lisa/strictmain.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/lanbrowsing/lisa/main.cpp b/lanbrowsing/lisa/main.cpp
index fd96d04e..1ef55453 100644
--- a/lanbrowsing/lisa/main.cpp
+++ b/lanbrowsing/lisa/main.cpp
@@ -53,7 +53,7 @@
void printVersion()
{
const char * versionInfo=\
- "\r\nThis is the LAN Information Server LISa "MYVERSION"\r\n"\
+ "\r\nThis is the LAN Information Server LISa " MYVERSION "\r\n"\
"It is free software according the GNU General Public License\r\n"\
"Copyright (c) 2000-2003 by Alexander Neundorf\r\n"\
"email: neundorf@kde.org\r\n";
diff --git a/lanbrowsing/lisa/netmanager.cpp b/lanbrowsing/lisa/netmanager.cpp
index 5a21fe5c..cf6a2f76 100644
--- a/lanbrowsing/lisa/netmanager.cpp
+++ b/lanbrowsing/lisa/netmanager.cpp
@@ -1033,7 +1033,7 @@ void NetManager::getListFromServerServer( int address)
void NetManager::printState()
{
- std::cerr<<"LAN Information Server Lisa "MYVERSION"\nAlexander Neundorf <neundorf@kde.org>\n";
+ std::cerr<<"LAN Information Server Lisa " MYVERSION "\nAlexander Neundorf <neundorf@kde.org>\n";
std::cerr<<"Reading options from config file: "<<m_usedConfigFileName<<std::endl;
std::cerr<<"StrictMode: "<<m_strictMode<<std::endl;
std::cerr<<"ServerServer: "<<m_serverServer<<std::endl;
diff --git a/lanbrowsing/lisa/strictmain.cpp b/lanbrowsing/lisa/strictmain.cpp
index 07f5b9bc..09f3eda0 100644
--- a/lanbrowsing/lisa/strictmain.cpp
+++ b/lanbrowsing/lisa/strictmain.cpp
@@ -52,7 +52,7 @@
void printVersion()
{
const char * versionInfo=\
- "\r\nThis is the restricted LAN Information Server resLISa "MYVERSION"\r\n"\
+ "\r\nThis is the restricted LAN Information Server resLISa " MYVERSION "\r\n"\
"It is free software according the GNU General Public License\r\n"\
"Copyright (c) 2000-2003 by Alexander Neundorf\r\n"\
"email: neundorf@kde.org\r\n";