diff options
Diffstat (limited to 'games/pingus/files/patch-src__pingus__pingus_main.cpp')
-rw-r--r-- | games/pingus/files/patch-src__pingus__pingus_main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pingus/files/patch-src__pingus__pingus_main.cpp b/games/pingus/files/patch-src__pingus__pingus_main.cpp new file mode 100644 index 000000000000..397af2466e38 --- /dev/null +++ b/games/pingus/files/patch-src__pingus__pingus_main.cpp @@ -0,0 +1,11 @@ +--- src/pingus/pingus_main.cpp.orig 2011-12-24 21:46:47 UTC ++++ src/pingus/pingus_main.cpp +@@ -465,7 +465,7 @@ PingusMain::init_path_finder() + 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) |