Changeset 731 in josm
- Timestamp:
- 2008-07-19T21:55:20+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java
r627 r731 52 52 53 53 public AutoScaleAction(String mode) { 54 super(tr("Zoom to {0}", mode), "dialogs/autoscale/"+mode, tr("Zoom the view to {0}.", tr(mode)), AutoScaleAction.getModeShortcut(mode), 0, true);54 super(tr("Zoom to {0}", tr(mode)), "dialogs/autoscale/"+mode, tr("Zoom the view to {0}.", tr(mode)), AutoScaleAction.getModeShortcut(mode), 0, true); 55 55 String modeHelp = Character.toUpperCase(mode.charAt(0))+mode.substring(1); 56 56 putValue("help", "Action/AutoScale/"+modeHelp);
Note: See TracChangeset
for help on using the changeset viewer.