summaryrefslogtreecommitdiff
path: root/src/cheat_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-03-22 16:06:12 +0000
committeralberth <alberth@openttd.org>2009-03-22 16:06:12 +0000
commitb563cc07552416c4ea19fc1ee4b2cbe8de78224b (patch)
tree9412c17460d429965bcbb371a9de69a3cdde870f /src/cheat_gui.cpp
parente75e1e62cb7e5cacb2abb522bb8bfbd67a125256 (diff)
downloadopenttd-b563cc07552416c4ea19fc1ee4b2cbe8de78224b.tar.xz
(svn r15814) -Fix (r1): Remove double background widget from cheat gui
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r--src/cheat_gui.cpp1
1 files changed, 0 insertions, 1 deletions
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},
};