Revision: 1382bfc44114
Author: Ingo Ruhnke <grum...@gmail.com>
Date: Wed Apr 18 06:57:54 2012
Log: Applied C++11 patch from Kasper Laudrup <laud...@stacktrace.dk>
http://code.google.com/p/pingus/source/detail?r=1382bfc44114
Modified:
/src/pingus/pingus_main.cpp
/src/pingus/screens/pingus_menu.cpp
=======================================
--- /src/pingus/pingus_main.cpp Wed Dec 28 19:50:40 2011
+++ /src/pingus/pingus_main.cpp Wed Apr 18 06:57:54 2012
@@ -490,7 +490,7 @@
void
PingusMain::print_greeting_message()
{
- std::string greeting = "Welcome to Pingus "VERSION;
+ std::string greeting = "Welcome to Pingus " VERSION;
greeting += "!";
std::cout << greeting << std::endl;
for (unsigned int i = 0; i < greeting.length(); ++i)
=======================================
--- /src/pingus/screens/pingus_menu.cpp Tue Oct 11 07:00:51 2011
+++ /src/pingus/screens/pingus_menu.cpp Wed Apr 18 06:57:54 2012
@@ -153,7 +153,7 @@
gc.get_height()/2 - 280));
gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25,
gc.get_height()-140),
- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke
<grum...@gmail.com>\n"
+ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke
<grum...@gmail.com>\n"
"See the file AUTHORS for a complete list of
contributors.\n"
"Pingus comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are\n"
"welcome to redistribute it under certain conditions; see
the file COPYING for details.\n");
_______________________________________________
pingus-cvs mailing list
pingus-cvs@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pingus-cvs