Changeset 17227 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
- Timestamp:
- 2020-10-18T12:03:21+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
r16807 r17227 787 787 */ 788 788 public Settings(DefaultMutableTreeNode rootActionsNode) { 789 super(/* ICON(preferences/) */ "toolbar", tr("Toolbar customization"), tr("Customize the elements on the toolbar."));789 super(/* ICON(preferences/) */ "toolbar", tr("Toolbar"), tr("Customize the elements on the toolbar.")); 790 790 actionsTreeModel = new DefaultTreeModel(rootActionsNode); 791 791 actionsTree = new JTree(actionsTreeModel);
Note:
See TracChangeset
for help on using the changeset viewer.
