Ignore:
Timestamp:
2009-07-26T22:52:23+02:00 (15 years ago)
Author:
Gubaer
Message:

replaced JOptionDialog.show... by OptionPaneUtil.show....
improved relation editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java

    r1847 r1857  
    106106                }
    107107                if(delta < Math.PI/4) {
    108                     JOptionPane.showMessageDialog(Main.parent, tr("Please select ways with almost right angles to orthogonalize."));
     108                    OptionPaneUtil.showMessageDialog(
     109                            Main.parent,
     110                            tr("Please select ways with almost right angles to orthogonalize."),
     111                            tr("Information"),
     112                            JOptionPane.INFORMATION_MESSAGE
     113                    );
    109114                    return;
    110115                }
Note: See TracChangeset for help on using the changeset viewer.