Ignore:
Timestamp:
Apr 28, 2010, 12:40:52 PM (15 years ago)
Author:
iritscen
Message:

Removed TODO lines for things we've done; small fix to package update msg text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/main_window.cpp

    r503 r516  
    625625        ////@begin wxEVT_COMMAND_MENU_SELECTED event handler for wxID_ABOUT in MainWindow.
    626626    // Before editing this code, remove the block markers.
    627         // TODO: Make About window work again!
    628627    About* window = new About(this);
    629628        window->ShowModal();
     
    677676*/
    678677
    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
    680678void MainWindow::refreshMods (vector<string> s)
    681679{
Note: See TracChangeset for help on using the changeset viewer.