ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/aeinstallerapp.cpp
(Generate patch)

Comparing AE/Installer/trunk/source/aeinstallerapp.cpp (file contents):
Revision 553 by iritscen, Wed Apr 28 10:40:52 2010 UTC vs.
Revision 554 by iritscen, Sat May 29 02:49:13 2010 UTC

# Line 130 | Line 130 | bool AEInstallerApp::OnInit()
130                                  break;
131                          case UPDATE_MNTH_REQD_ERR:
132                                  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.";
134                                  updateNotification = new wxMessageDialog(TheWindow, updateMsg.c_str(), "AE Installer Alert", wxOK | wxICON_EXCLAMATION, wxDefaultPosition);
135                                  updateNotification->ShowModal();
136                                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)