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

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

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


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/src help.cpp
Date: Sat, 09 Apr 2005 08:09:49 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/04/09 12:09:49

Modified files:
        src            : help.cpp 

Log message:
        Fixed About in Help system

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

Patches:
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.89 wesnoth/src/help.cpp:1.90
--- wesnoth/src/help.cpp:1.89   Sat Apr  9 11:31:51 2005
+++ wesnoth/src/help.cpp        Sat Apr  9 12:09:49 2005
@@ -575,9 +575,10 @@
                                                ss << "<header>text='" << 
help::escape(res) << "'</header>";
                                                res = ss.str();
                                        }
+                                       text_started_ = false;
                                }
                                else {
-                                       res = "";
+                                       res = " ";
                                }
                        }
                        return res;




reply via email to

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