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

Comparing AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 660 by alloc, Wed Jan 30 10:05:56 2013 UTC vs.
Revision 661 by alloc, Fri Feb 1 09:38:03 2013 UTC

# Line 400 | Line 400 | public class MainWin extends JFrame impl
400                  }
401          }
402  
403 +        @SuppressWarnings("unused")
404 +        private boolean reglobalizeVerify() {
405 +                int res = JOptionPane.showConfirmDialog(this,
406 +                                bundle.getString("rebuildCore.text"),
407 +                                bundle.getString("rebuildCore.title"),
408 +                                JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
409 +                return res == JOptionPane.YES_OPTION;
410 +        }
411 +
412          @DoInBackground(progressMessage = "initializingEdition.title", cancelable = false, indeterminateProgress = false)
413          private void reglobalize(final BackgroundEvent evt) {
414                  Installer.initializeEdition(new InstallProgressListener() {

Diff Legend

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