Changeset 516 for AE/Installer


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.

Location:
AE/Installer/trunk/source
Files:
3 edited

Legend:

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

    r506 r516  
    141141                                break;
    142142                        case UPDATE_PKG_AVAIL: // there's an update with no globalization or Installer strings attached
    143                                 updateMsg = (string)"One or more third party update(s) for Anniversary Edition package(s) are available.\n" +
    144                                         (string)"Please note that the AE team assumes no responsibility for the content of third party mods" +
    145                                         (string)"nor effects that a third party mod may have on your install.\n" +
     143                                updateMsg = (string)"One or individual package updates for the Anniversary Edition is available.\n\n" +
     144                                        (string)"Please note that the AE team assumes no responsibility for the content of third party mods " +
     145                                        (string)"nor effects that a third party mod may have on your install.\n\n" +
    146146                                        (string)"Do you wish to install these update(s)?";
    147147                                updateNotification = new wxMessageDialog(TheWindow, updateMsg.c_str(), "AE Installer Alert", wxYES_NO | wxICON_EXCLAMATION, wxDefaultPosition);
  • AE/Installer/trunk/source/installer.cpp

    r511 r516  
    14881488       
    14891489        globalPackages = getPackages(); // refresh the list in memory
    1490         // TODO: Refresh the packages list in the window
    14911490        wxCommandEvent e;
    14921491        TheWindow->OnRefreshButtonClick( e );
  • 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.