summaryrefslogtreecommitdiffstats
path: root/pacman-c++/client.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-15 13:23:07 +0200
committermanuel <manuel@mausz.at>2011-04-15 13:23:07 +0200
commite065796e8d1cd4507899ba2c6d4f5410d83bb994 (patch)
treed039e84d57765ebb5ba011ceaa278fd197fc4726 /pacman-c++/client.cpp
parent536ddd91ae7f162045226d4b358ba95d678f6deb (diff)
downloadfoop-e065796e8d1cd4507899ba2c6d4f5410d83bb994.tar.gz
foop-e065796e8d1cd4507899ba2c6d4f5410d83bb994.tar.bz2
foop-e065796e8d1cd4507899ba2c6d4f5410d83bb994.zip
fix build error
Diffstat (limited to 'pacman-c++/client.cpp')
-rw-r--r--pacman-c++/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp
index 7b84dae..7c428c5 100644
--- a/pacman-c++/client.cpp
+++ b/pacman-c++/client.cpp
@@ -130,7 +130,7 @@ void Client::showAbout()
130 "Authors: H. Demel, B. Mallinger, M. Mausz, M. Racz<br/>" 130 "Authors: H. Demel, B. Mallinger, M. Mausz, M. Racz<br/>"
131 "<br/>" 131 "<br/>"
132 "Gameplay based on <a href=\"http://en.wikipedia.org/wiki/Pac-Man\">Pacman</a>" 132 "Gameplay based on <a href=\"http://en.wikipedia.org/wiki/Pac-Man\">Pacman</a>"
133 ", &copy; <a href=\"http://www.namco.co.jp/\">Namco</a>, 1980<br/>" 133 ", &copy; <a href=\"http://www.namco.co.jp/\">Namco</a> 1980<br/>"
134 "<br/>" 134 "<br/>"
135 "Developed using Qt %2 (%3 bit)<br/>") 135 "Developed using Qt %2 (%3 bit)<br/>")
136 .arg(actoricons, QLatin1String(QT_VERSION_STR), QString::number(QSysInfo::WordSize)); 136 .arg(actoricons, QLatin1String(QT_VERSION_STR), QString::number(QSysInfo::WordSize));