Changeset 516 for AE/Installer/trunk/source/main_window.cpp
- Timestamp:
- Apr 28, 2010, 12:40:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/main_window.cpp
r503 r516 625 625 ////@begin wxEVT_COMMAND_MENU_SELECTED event handler for wxID_ABOUT in MainWindow. 626 626 // Before editing this code, remove the block markers. 627 // TODO: Make About window work again!628 627 About* window = new About(this); 629 628 window->ShowModal(); … … 677 676 */ 678 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 list680 678 void MainWindow::refreshMods (vector<string> s) 681 679 {
Note:
See TracChangeset
for help on using the changeset viewer.