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 | f44aa5e088eb1fbd03f1f9347e0af722751afe38 (patch) | |
tree | 4488dfd1d2a25a83cd975f9b8655aaf29523de37 | |
parent | ed250cc7b581595ed57a518ce6dfd4b00551a022 (diff) | |
download | openttd-f44aa5e088eb1fbd03f1f9347e0af722751afe38.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}, }; |