Changeset 767 for java/installer2/src/net/oni2/aeinstaller/gui
- Timestamp:
- Mar 31, 2013, 6:02:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
r749 r767 505 505 try { 506 506 ApplicationInvoker.execute(m.getExeType(), 507 m.getWorkingDir(), m.getExeFile(), null );507 m.getWorkingDir(), m.getExeFile(), null, false); 508 508 } catch (ERuntimeNotInstalledException e) { 509 509 JOptionPane.showMessageDialog(null,
Note:
See TracChangeset
for help on using the changeset viewer.