* Called when clicking at the date panel of the scenario editor toolbar. */
| 1192 | * Called when clicking at the date panel of the scenario editor toolbar. |
| 1193 | */ |
| 1194 | static CallBackFunction ToolbarScenDatePanel(Window *w) |
| 1195 | { |
| 1196 | ShowQueryString(GetString(STR_JUST_INT, _settings_game.game_creation.starting_year), STR_MAPGEN_START_DATE_QUERY_CAPT, 8, w, CS_NUMERAL, QueryStringFlag::EnableDefault); |
| 1197 | return CBF_NONE; |
| 1198 | } |
| 1199 | |
| 1200 | static CallBackFunction ToolbarScenDateBackward(Window *w) |
| 1201 | { |
nothing calls this directly
no test coverage detected