]> git.pld-linux.org Git - packages/pingus.git/blame - pingus-gcc4.7.patch
- release 5 (by relup.sh)
[packages/pingus.git] / pingus-gcc4.7.patch
CommitLineData
c3fb70b6
JR
1--- pingus-0.7.6/src/pingus/pingus_main.cpp~ 2012-07-12 20:07:33.010071041 +0200
2+++ pingus-0.7.6/src/pingus/pingus_main.cpp 2012-07-12 20:09:18.276733996 +0200
3@@ -465,7 +465,7 @@
4 void
5 PingusMain::print_greeting_message()
6 {
7- std::string greeting = "Welcome to Pingus "VERSION;
8+ std::string greeting = "Welcome to Pingus " VERSION;
9 greeting += "!";
10 std::cout << greeting << std::endl;
11 for (unsigned int i = 0; i < greeting.length(); ++i)
12--- pingus-0.7.6/src/pingus/screens/pingus_menu.cpp~ 2011-12-24 22:46:47.000000000 +0100
13+++ pingus-0.7.6/src/pingus/screens/pingus_menu.cpp 2012-07-12 20:10:59.553397104 +0200
14@@ -153,7 +153,7 @@
15 gc.get_height()/2 - 280));
16
17 gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
18- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n"
19+ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel@gmail.com>\n"
20 "See the file AUTHORS for a complete list of contributors.\n"
21 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
22 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");
This page took 0.027538 seconds and 4 git commands to generate.