summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-06-25 20:22:08 +0000
committerfrosch <frosch@openttd.org>2013-06-25 20:22:08 +0000
commitbbbecceae1cfd7aed447a30c3e130efbb6997ead (patch)
tree36056b9003ba1532d625fc26938203e7e5e2479b /src/widgets
parent43a37f7f284c307c78698d4bb55f4aec745a45e1 (diff)
downloadopenttd-bbbecceae1cfd7aed447a30c3e130efbb6997ead.tar.xz
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/rail_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/rail_widget.h b/src/widgets/rail_widget.h
index e468a3e37..f977f4480 100644
--- a/src/widgets/rail_widget.h
+++ b/src/widgets/rail_widget.h
@@ -64,6 +64,7 @@ enum BuildRailStationWidgets {
WID_BRAS_IMAGE, ///< Panel used at each cell of the matrix.
WID_BRAS_MATRIX_SCROLL, ///< Scrollbar of the matrix widget.
+ WID_BRAS_SHOW_NEWST_DEFSIZE, ///< Selection for default-size button for newstation.
WID_BRAS_SHOW_NEWST_ADDITIONS, ///< Selection for newstation class selection list.
WID_BRAS_SHOW_NEWST_MATRIX, ///< Selection for newstation image matrix.
WID_BRAS_SHOW_NEWST_RESIZE, ///< Selection for panel and resize at bottom right for newstation.