Changeset 168
- Timestamp:
- 01/19/10 21:33:29 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/org/jergometer/gui/MainWindow.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r165 r168 3 3 4 4 //== 0.7.7 == 5 6 2010-01-19 7 * [stefan] * simplified example programs (use relative values instead of absolute ones) 8 * minor fixes 5 9 6 10 == 0.7.6 == -
trunk/src/org/jergometer/gui/MainWindow.java
r126 r168 428 428 try { 429 429 Desktop.getDesktop().edit(bikeProgram.getFile()); 430 } catch ( IOException e) {430 } catch (Exception e) { 431 431 JOptionPane.showMessageDialog(mainWindow, I18n.getString("msg.could_not_open_file.please_configure_editor"), 432 432 I18n.getString("msg.could_not_open_xml_editor"), JOptionPane.ERROR_MESSAGE);
![(please configure the [header_logo] section in trac.ini)](https://jergometer.org/images/fork_me_on_github.png)