Browse Source

-42 = 214

tags/0.6.3m1rc1
Gregory Holmes 15 years ago
parent
commit
3cb86bd42c

+ 1
- 1
src/com/dmdirc/addons/ui_swing/dialogs/updater/SwingUpdaterDialog.java View File

@@ -215,7 +215,7 @@ public final class SwingUpdaterDialog extends StandardDialog implements
215 215
             if (UpdateChecker.getStatus() != STATE.UPDATING) {
216 216
                 dispose();
217 217
                 if (UpdateChecker.getStatus() == STATE.RESTART_REQUIRED) {
218
-                    SwingController.getMainFrame().quit(-42);
218
+                    SwingController.getMainFrame().quit(42);
219 219
                 }
220 220
             }
221 221
         } else if (e.getSource().equals(getCancelButton())) {

Loading…
Cancel
Save