| 513 | /* --- Subidies button menu --- */ |
| 514 | |
| 515 | static CallBackFunction ToolbarSubsidiesClick(Window *w) |
| 516 | { |
| 517 | PopupMainToolbarMenu(w, WID_TN_SUBSIDIES, {STR_SUBSIDIES_MENU_SUBSIDIES}); |
| 518 | return CBF_NONE; |
| 519 | } |
| 520 | |
| 521 | /** |
| 522 | * Handle click on the entry in the Subsidies menu. |
nothing calls this directly
no test coverage detected