wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src language.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src language.cpp
Date: Fri, 25 Mar 2005 10:43:43 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    05/03/25 15:43:43

Modified files:
        src            : language.cpp 

Log message:
        Fix logging message.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.78&tr2=1.79&r1=text&r2=text

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.78 wesnoth/src/language.cpp:1.79
--- wesnoth/src/language.cpp:1.78       Tue Mar 15 22:13:34 2005
+++ wesnoth/src/language.cpp    Fri Mar 25 15:43:42 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.78 2005/03/15 22:13:34 gruikya Exp $ */
+/* $Id: language.cpp,v 1.79 2005/03/25 15:43:42 silene Exp $ */
 /* vim:set encoding=utf-8: */
 /*
    Copyright (C) 2003 by David White <address@hidden>
@@ -166,7 +166,7 @@
 
        config* langp = cfg.child("language");
        if (langp == NULL) {
-               std::cerr << "No [language] block found in english.cfg";        
+               std::cerr << "No [language] block found in english.cfg\n";      
                return false;
        }
 




reply via email to

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