Changeset 2323 in josm for trunk/src/org/openstreetmap/josm/actions/UploadAction.java
- Timestamp:
- 2009-10-26T15:23:39+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UploadAction.java
r2319 r2323 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 6 6 7 import java.awt.event.ActionEvent; … … 119 120 super(tr("Upload data"), "upload", tr("Upload all changes in the active data layer to the OSM server"), 120 121 Shortcut.registerShortcut("file:upload", tr("File: {0}", tr("Upload data")), KeyEvent.VK_U, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true); 122 putValue("help", ht("/Action/Upload")); 121 123 } 122 124
Note:
See TracChangeset
for help on using the changeset viewer.
