diff options
author | smatz <smatz@openttd.org> | 2008-04-12 20:15:57 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-04-12 20:15:57 +0000 |
commit | 6a661582d41c0f7e539c5b3a3191f4e08084e872 (patch) | |
tree | 4488dfd1d2a25a83cd975f9b8655aaf29523de37 | |
parent | 7ea682d6ebb3edf60920ff70014f20d61387b457 (diff) | |
download | openttd-6a661582d41c0f7e539c5b3a3191f4e08084e872.tar.xz |
(svn r12671) -Fix (r12644): orders window of competitors' vehicles was missing a resizebox
-rw-r--r-- | src/order_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 77b593907..7740eabc8 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -1144,7 +1144,7 @@ static const Widget _other_orders_widgets[] = { { WWT_PANEL, RESIZE_RTB, 14, 0, 373, 76, 87, 0x0, STR_NULL}, // ORDER_WIDGET_RESIZE_BAR { WWT_EMPTY, RESIZE_TB, 14, 0, 0, 76, 87, 0x0, STR_NULL}, // ORDER_WIDGET_SHARED_ORDER_LIST - { WWT_RESIZEBOX, RESIZE_LRTB, 14, 374, 385, 88, 99, 0x0, STR_RESIZE_BUTTON}, // ORDER_WIDGET_RESIZE + { WWT_RESIZEBOX, RESIZE_LRTB, 14, 374, 385, 76, 87, 0x0, STR_RESIZE_BUTTON}, // ORDER_WIDGET_RESIZE { WIDGETS_END}, }; |