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 554 by iritscen, Sat May 29 02:49:13 2010 UTC vs.
Revision 555 by iritscen, Sat May 29 12:26:47 2010 UTC

# Line 140 | Line 140 | bool AEInstallerApp::OnInit()
140                                          ProcessAEUpdate(&currentAE, &updateAE, &installerJustUpdated);
141                                  break;
142                          case UPDATE_PKG_AVAIL: // there's an update with no globalization or Installer strings attached
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 " +
143 >                                updateMsg = (string)"One or more individual package updates for the Anniversary Edition are 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" +
146                                          (string)"Do you wish to install these update(s)?";
147                                  updateNotification = new wxMessageDialog(TheWindow, updateMsg.c_str(), "AE Installer Alert", wxYES_NO | wxICON_EXCLAMATION, wxDefaultPosition);

Diff Legend

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