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

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

[Wesnoth-cvs-commits] wesnoth/src wml_separators.hpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src wml_separators.hpp
Date: Thu, 02 Jun 2005 17:55:38 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/06/02 21:55:37

Modified files:
        src            : wml_separators.hpp 

Log message:
        changed IMG_TEXT_SEPARATOR to 17 and HEADING_PREFIX to 18

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wml_separators.hpp.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: wesnoth/src/wml_separators.hpp
diff -u wesnoth/src/wml_separators.hpp:1.3 wesnoth/src/wml_separators.hpp:1.4
--- wesnoth/src/wml_separators.hpp:1.3  Mon May 16 22:44:20 2005
+++ wesnoth/src/wml_separators.hpp      Thu Jun  2 21:55:37 2005
@@ -2,7 +2,7 @@
 #define WIDGET_DEFINES_HPP_INCLUDED
 
 char const HELP_STRING_SEPARATOR = '|', DEFAULT_ITEM = '*', COLUMN_SEPARATOR = 
'=',
-           IMAGE_PREFIX = '&', IMG_TEXT_SEPARATOR = 1, HEADING_PREFIX = 2;
+           IMAGE_PREFIX = '&', IMG_TEXT_SEPARATOR = 17, HEADING_PREFIX = 18;
 
 inline bool is_wml_separator(char c)
 {




reply via email to

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