pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Applied C++11 patch from


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Applied C++11 patch from Kasper Laudrup <address@hidden> on 2012-04-18 13:59 GMT
Date: Wed, 18 Apr 2012 14:00:00 +0000

Revision: 1382bfc44114
Author:   Ingo Ruhnke <address@hidden>
Date:     Wed Apr 18 06:57:54 2012
Log:      Applied C++11 patch from Kasper Laudrup <address@hidden>

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 <address@hidden>\n" + "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <address@hidden>\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");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]