CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <[EMAIL PROTECTED]>     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