diff -r fe5c15ed69fd -r f7dc3204d457 src/main_gui.cpp --- a/src/main_gui.cpp Fri May 25 15:49:14 2007 +0000 +++ b/src/main_gui.cpp Fri May 25 22:07:40 2007 +0000 @@ -938,7 +938,7 @@ { const Player *p = GetPlayer(_local_player); /* The standard road button is *always* available */ - Window *w2 = PopupMainToolbMenu(w, 20, STR_180A_ROAD_CONSTRUCTION, 1, ~(p->avail_roadtypes | 1)); + Window *w2 = PopupMainToolbMenu(w, 20, STR_180A_ROAD_CONSTRUCTION, 2, ~(p->avail_roadtypes | 1)); WP(w2, menu_d).sel_index = _last_built_roadtype; }