Ignore:
Timestamp:
2019-01-06T22:12:14+01:00 (5 years ago)
Author:
simon04
Message:

see #17178 - Upload selection: fix help topic, make help button visible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/UploadSelectionDialog.java

    r14153 r14658  
    9696
    9797        pnl.add(new JButton(new CancelAction()));
    98         pnl.add(new JButton(new ContextSensitiveHelpAction(HelpUtil.ht("/Dialog/UploadSelection"))));
     98        pnl.add(new JButton(new ContextSensitiveHelpAction(HelpUtil.ht("/Action/UploadSelection"))));
    9999        return pnl;
    100100    }
     
    122122        );
    123123        setTitle(tr("Select objects to upload"));
    124         HelpUtil.setHelpContext(getRootPane(), HelpUtil.ht("/Dialog/UploadSelection"));
     124        HelpUtil.setHelpContext(getRootPane(), HelpUtil.ht("/Action/UploadSelection"));
    125125    }
    126126
     
    175175                    WindowGeometry.centerInWindow(
    176176                            MainApplication.getMainFrame(),
    177                             new Dimension(200, 400)
     177                            new Dimension(400, 400)
    178178                    )
    179179            ).applySafe(this);
Note: See TracChangeset for help on using the changeset viewer.