CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 04/12/02 22:02:51
Modified files:
src/widgets : menu.hpp
Log message:
Argh, I completely [EMAIL PROTECTED] my previous commit, only help.cpp
should have been committed. No need to completely revert it though, since I
would have committed it later anyway. But let's at least revert the conflicting
part, so that I'm not accused of having scuttled Wesnoth...
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/menu.hpp.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
Patches:
Index: wesnoth/src/widgets/menu.hpp
diff -u wesnoth/src/widgets/menu.hpp:1.28 wesnoth/src/widgets/menu.hpp:1.29
--- wesnoth/src/widgets/menu.hpp:1.28 Thu Dec 2 21:57:28 2004
+++ wesnoth/src/widgets/menu.hpp Thu Dec 2 22:02:51 2004
@@ -12,7 +12,7 @@
#include "SDL.h"
-char const HELP_STRING_SEPARATOR = '|', DEFAULT_ITEM = '*', COLUMN_SEPARATOR =
'\t', IMAGE_PREFIX = '&';
+char const HELP_STRING_SEPARATOR = '|', DEFAULT_ITEM = '*', COLUMN_SEPARATOR =
',', IMAGE_PREFIX = '&';
namespace gui {