| 624 |
|
{ |
| 625 |
|
////@begin wxEVT_COMMAND_MENU_SELECTED event handler for wxID_ABOUT in MainWindow. |
| 626 |
|
// Before editing this code, remove the block markers. |
| 627 |
– |
// TODO: Make About window work again! |
| 627 |
|
About* window = new About(this); |
| 628 |
|
window->ShowModal(); |
| 629 |
|
window->Destroy(); |
| 675 |
|
* wxEVT_COMMAND_MENU_SELECTED event handler for wxID_LOAD |
| 676 |
|
*/ |
| 677 |
|
|
| 679 |
– |
// TODO: Make refreshMods actually refresh the list in the window of available mods so we can see any new package info and deleted mods are removed from the list |
| 678 |
|
void MainWindow::refreshMods (vector<string> s) |
| 679 |
|
{ |
| 680 |
|
Mods_CheckboxList->Clear(); |