- Timestamp:
- 2019-01-06T22:12:12+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SessionSaveAsAction.java
r14470 r14657 196 196 public SessionSaveAsDialog() { 197 197 super(MainApplication.getMainFrame(), tr("Save Session"), tr("Save As"), tr("Cancel")); 198 configureContextsensitiveHelp("Action/SessionSaveAs", true /* show help button */); 198 199 initialize(); 199 200 setButtonIcons("save_as", "cancel"); 200 201 setDefaultButton(1); 201 202 setRememberWindowGeometry(getClass().getName() + ".geometry", 202 WindowGeometry.centerInWindow(MainApplication.getMainFrame(), new Dimension( 350, 450)));203 WindowGeometry.centerInWindow(MainApplication.getMainFrame(), new Dimension(450, 450))); 203 204 setContent(build(), false); 204 205 }
Note:
See TracChangeset
for help on using the changeset viewer.