Changeset 14657 in josm


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

see #17178 - Save session: add help button

File:
1 edited

Legend:

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

    r14470 r14657  
    196196        public SessionSaveAsDialog() {
    197197            super(MainApplication.getMainFrame(), tr("Save Session"), tr("Save As"), tr("Cancel"));
     198            configureContextsensitiveHelp("Action/SessionSaveAs", true /* show help button */);
    198199            initialize();
    199200            setButtonIcons("save_as", "cancel");
    200201            setDefaultButton(1);
    201202            setRememberWindowGeometry(getClass().getName() + ".geometry",
    202                     WindowGeometry.centerInWindow(MainApplication.getMainFrame(), new Dimension(350, 450)));
     203                    WindowGeometry.centerInWindow(MainApplication.getMainFrame(), new Dimension(450, 450)));
    203204            setContent(build(), false);
    204205        }
Note: See TracChangeset for help on using the changeset viewer.