Changeset 26345 in osm for applications/editors/josm/plugins/surveyor/src/at/dallermassl
- Timestamp:
- 2011-07-16T21:10:43+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorComponent.java
r13497 r26345 105 105 public void addButton(ButtonDescription description) { 106 106 if(description.getHotkey() != "" && hotKeys.contains(description.getHotkey())) { 107 JOptionPane.showMessageDialog(Main.parent, tr("Duplicate hotkey for button ' {0}' - button will be ignored!",description.getLabel()));107 JOptionPane.showMessageDialog(Main.parent, tr("Duplicate hotkey for button ''{0}'' - button will be ignored!",description.getLabel())); 108 108 } else { 109 109 if(rows == 0 && columns == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.