blob: 397af2466e38542aa3229b229857c0705a94e792 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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)
|