summaryrefslogtreecommitdiff
path: root/src/highscore_gui.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 16:39:48 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 16:39:48 +0000
commitcb8e37197dcd1ab2f37ab3c6fc34cc87fdfbcb59 (patch)
tree1e20f91391d41cab441eceba695fb07576d2515c /src/highscore_gui.cpp
parentf578edd3bca11807a0e8245f6036d24d33d6a268 (diff)
downloadopenttd-cb8e37197dcd1ab2f37ab3c6fc34cc87fdfbcb59.tar.xz
(svn r23534) -Codechange: document and rename widgets to be consistent and understandable
Diffstat (limited to 'src/highscore_gui.cpp')
-rw-r--r--src/highscore_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highscore_gui.cpp b/src/highscore_gui.cpp
index 28dcb90d4..5a70d3c96 100644
--- a/src/highscore_gui.cpp
+++ b/src/highscore_gui.cpp
@@ -198,7 +198,7 @@ struct HighScoreWindow : EndGameHighScoreBaseWindow {
};
static const NWidgetPart _nested_highscore_widgets[] = {
- NWidget(WWT_PANEL, COLOUR_END, HSW_BACKGROUND), SetMinimalSize(641, 481), SetResize(1, 1), EndContainer(),
+ NWidget(WWT_PANEL, COLOUR_END, WID_H_BACKGROUND), SetMinimalSize(641, 481), SetResize(1, 1), EndContainer(),
};
static const WindowDesc _highscore_desc(