| 76 | } |
| 77 | |
| 78 | void menu::GenericServerMenu::OnSettingsButton() |
| 79 | { |
| 80 | vector<OptionMenu::Button> buttons; |
| 81 | OptionMenu::Button bt; |
| 82 | bt.label = g_appPlugin->GetString(msg_settings); |
| 83 | buttons.push_back(bt); |
| 84 | |
| 85 | new OptionMenu(g_appPlugin, m_root, &buttons); |
| 86 | } |
| 87 | |
| 88 | void menu::GenericServerMenu::OnOptionMenuEvent(int32_t type) |
| 89 | { |