ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 640 by alloc, Sun Jan 20 18:02:43 2013 UTC vs.
Revision 646 by alloc, Wed Jan 23 11:43:13 2013 UTC

# Line 187 | Line 187 | public class AEInstaller2 {
187                  boolean offline = !DepotManager.getInstance().checkConnection();
188                  if (offline) {
189                          JOptionPane.showMessageDialog(null,
190 <                                        globalBundle.getString("offlineMode.text"),
191 <                                        globalBundle.getString("offlineMode.title"),
190 >                                        globalBundle.getString("offlineModeStartup.text"),
191 >                                        globalBundle.getString("offlineModeStartup.title"),
192                                          JOptionPane.INFORMATION_MESSAGE);
193                  }
194                  Settings.getInstance().setOfflineMode(offline);

Diff Legend

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