Ignore:
Timestamp:
May 29, 2010, 4:49:13 AM (14 years ago)
Author:
iritscen
Message:

Fixing stupid version truncation bug in a dialog box.

File:
1 edited

Legend:

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

    r516 r554  
    131131                        case UPDATE_MNTH_REQD_ERR:
    132132                                updateMsg = "There is a patch in the updates/ folder, but it patches the\n";
    133                                 updateMsg = updateMsg + updateAE.AEVersion.substr(0, updateAE.AEVersion.length() - 1) + " release; it cannot update this version of the Edition.";
     133                                updateMsg = updateMsg + updateAE.AEVersion + " release; it cannot update this version of the Edition.";
    134134                                updateNotification = new wxMessageDialog(TheWindow, updateMsg.c_str(), "AE Installer Alert", wxOK | wxICON_EXCLAMATION, wxDefaultPosition);
    135135                                updateNotification->ShowModal();
Note: See TracChangeset for help on using the changeset viewer.