From b563cc07552416c4ea19fc1ee4b2cbe8de78224b Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 22 Mar 2009 16:06:12 +0000 Subject: (svn r15814) -Fix (r1): Remove double background widget from cheat gui --- src/cheat_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cheat_gui.cpp') diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp index f05c60308..3b0eb9e81 100644 --- a/src/cheat_gui.cpp +++ b/src/cheat_gui.cpp @@ -128,7 +128,6 @@ static const CheatEntry _cheats_ui[] = { static const Widget _cheat_widgets[] = { { WWT_CLOSEBOX, RESIZE_NONE, COLOUR_GREY, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW}, { WWT_CAPTION, RESIZE_NONE, COLOUR_GREY, 11, 399, 0, 13, STR_CHEATS, STR_018C_WINDOW_TITLE_DRAG_THIS}, -{ WWT_PANEL, RESIZE_NONE, COLOUR_GREY, 0, 399, 14, 169, 0x0, STR_NULL}, { WWT_PANEL, RESIZE_NONE, COLOUR_GREY, 0, 399, 14, 169, 0x0, STR_CHEATS_TIP}, { WIDGETS_END}, }; -- cgit v1.2.3-54-g00ecf