Changeset 3346 in osm for applications/editors/josm/plugins/surveyor/src/at
- Timestamp:
- 2007-06-25T19:16:29+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java
r3077 r3346 33 33 private static JFrame surveyorFrame; 34 34 public static final String PREF_KEY_STREET_NAME_FONT_SIZE = "surveyor.way.fontsize"; 35 35 36 36 /** 37 37 * … … 73 73 74 74 AutoSaveAction autoSaveAction = new AutoSaveAction("AutoSave LiveData"); 75 autoSaveAction.putValue(AbstractAction.ACCELERATOR_KEY, KeyStroke.getKeyStroke("alt ctrl S")); 75 76 JCheckBoxMenuItem autoSaveMenu = new JCheckBoxMenuItem(autoSaveAction); 76 gpsPlugin.getLgpsMenu().add(autoSaveMenu); 77 77 gpsPlugin.getLgpsMenu().add(autoSaveMenu); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.