diff options
author | peter1138 <peter1138@openttd.org> | 2005-12-28 09:29:00 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2005-12-28 09:29:00 +0000 |
commit | d6bfff85cba6b22fe30db7b61f782ca7b9519575 (patch) | |
tree | 782b3538ca05970e27b28b522872c541738004f3 | |
parent | 37c3cd2e5bbe92b5455036387c2dcfab07ca9252 (diff) | |
download | openttd-d6bfff85cba6b22fe30db7b61f782ca7b9519575.tar.xz |
(svn r3350) Fix widget glitch in player ship window (missed in r1379)
-rw-r--r-- | ship_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ship_gui.c b/ship_gui.c index c52c5165a..37289c375 100644 --- a/ship_gui.c +++ b/ship_gui.c @@ -940,7 +940,7 @@ static const Widget _player_ships_widgets[] = { { WWT_PANEL, RESIZE_NONE, 14, 81, 235, 14, 25, 0x0, STR_SORT_CRITERIA_TIP}, { WWT_TEXTBTN, RESIZE_NONE, 14, 236, 247, 14, 25, STR_0225, STR_SORT_CRITERIA_TIP}, { WWT_PANEL, RESIZE_RIGHT, 14, 248, 259, 14, 25, 0x0, STR_NULL}, -{ WWT_MATRIX, RESIZE_RB, 14, 0, 248, 26, 169, 0x401, STR_9823_SHIPS_CLICK_ON_SHIP_FOR}, +{ WWT_MATRIX, RESIZE_RB, 14, 0, 247, 26, 169, 0x401, STR_9823_SHIPS_CLICK_ON_SHIP_FOR}, { WWT_SCROLLBAR, RESIZE_LRB, 14, 248, 259, 26, 169, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, { WWT_PUSHTXTBTN, RESIZE_TB, 14, 0, 124, 170, 181, STR_9804_NEW_SHIPS, STR_9824_BUILD_NEW_SHIPS_REQUIRES}, { WWT_PUSHTXTBTN, RESIZE_TB, 14, 125, 247, 170, 181, STR_REPLACE_VEHICLES, STR_REPLACE_HELP}, |