Ignore:
Timestamp:
2010-08-30T23:22:28+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #4632 - Button Help puts help window under main window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r3104 r3501  
    177177
    178178    public DownloadDialog(Component parent) {
    179         super(JOptionPane.getFrameForComponent(parent),tr("Download"), true /* modal */);
     179        super(JOptionPane.getFrameForComponent(parent),tr("Download"), ModalityType.DOCUMENT_MODAL);
    180180        getContentPane().setLayout(new BorderLayout());
    181181        getContentPane().add(buildMainPanel(), BorderLayout.CENTER);
Note: See TracChangeset for help on using the changeset viewer.