| 876 | /* --- Rail button menu --- */ |
| 877 | |
| 878 | static CallBackFunction ToolbarBuildRailClick(Window *w) |
| 879 | { |
| 880 | ShowDropDownList(w, GetRailTypeDropDownList(), _last_built_railtype, WID_TN_RAILS, 140, GetToolbarDropDownOptions()); |
| 881 | return CBF_NONE; |
| 882 | } |
| 883 | |
| 884 | /** |
| 885 | * Handle click on the entry in the Build Rail menu. |
nothing calls this directly
no test coverage detected