Changeset 8423 in josm for trunk/src/org
- Timestamp:
- 2015-05-23T20:08:47+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
r8422 r8423 1014 1014 } 1015 1015 } 1016 regactions.put(toolbar, action); 1016 if (toolbar != null) { 1017 regactions.put(toolbar, action); 1018 } 1017 1019 return action; 1018 1020 }
Note:
See TracChangeset
for help on using the changeset viewer.