Changeset 1882 in josm


Ignore:
Timestamp:
2009-08-02T18:54:11+02:00 (15 years ago)
Author:
jttt
Message:

Fix BugReportExceptionHandler - buttons were reversed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java

    r1865 r1882  
    5858            tr("Unexpected Exception"), JOptionPane.YES_NO_OPTION, JOptionPane.ERROR_MESSAGE,
    5959            options, options[0]);
    60             if (answer == JOptionPane.YES_OPTION) {
     60            if (answer == 1) {
    6161                try {
    6262                    StringWriter stack = new StringWriter();
Note: See TracChangeset for help on using the changeset viewer.