Changeset 168

Show
Ignore:
Timestamp:
01/19/10 21:33:29 (2 years ago)
Author:
stefan
Message:

minor fix

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r165 r168  
    33 
    44//== 0.7.7 == 
     5 
     62010-01-19 
     7* [stefan]  * simplified example programs (use relative values instead of absolute ones) 
     8            * minor fixes 
    59 
    610== 0.7.6 == 
  • trunk/src/org/jergometer/gui/MainWindow.java

    r126 r168  
    428428              try { 
    429429                Desktop.getDesktop().edit(bikeProgram.getFile()); 
    430               } catch (IOException e) { 
     430              } catch (Exception e) { 
    431431                JOptionPane.showMessageDialog(mainWindow, I18n.getString("msg.could_not_open_file.please_configure_editor"), 
    432432                  I18n.getString("msg.could_not_open_xml_editor"), JOptionPane.ERROR_MESSAGE);