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

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

[Wesnoth-cvs-commits] wesnoth/src/widgets menu.hpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src/widgets menu.hpp
Date: Tue, 07 Dec 2004 13:26:01 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    04/12/07 18:14:55

Modified files:
        src/widgets    : menu.hpp 

Log message:
        The smallest patch ever, only one char changed; but how much it will 
break is yet to be seen. Switch the column separator from ',' to '='. The only 
problem that I know of at the moment is the campaign difficulty level selection 
box.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/menu.hpp.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: wesnoth/src/widgets/menu.hpp
diff -u wesnoth/src/widgets/menu.hpp:1.30 wesnoth/src/widgets/menu.hpp:1.31
--- wesnoth/src/widgets/menu.hpp:1.30   Thu Dec  2 22:21:45 2004
+++ wesnoth/src/widgets/menu.hpp        Tue Dec  7 18:14:55 2004
@@ -12,7 +12,7 @@
 
 #include "SDL.h"
 
-char const HELP_STRING_SEPARATOR = '|', DEFAULT_ITEM = '*', COLUMN_SEPARATOR = 
',',
+char const HELP_STRING_SEPARATOR = '|', DEFAULT_ITEM = '*', COLUMN_SEPARATOR = 
'=',
            IMAGE_PREFIX = '&', IMG_TEXT_SEPARATOR = 1;
 
 namespace gui {




reply via email to

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