Changeset 4968 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
- Timestamp:
- 2012-02-17T22:27:06+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
r4613 r4968 410 410 } 411 411 412 public class Settings implementsPreferenceSetting {412 public class Settings extends DefaultTabPreferenceSetting { 413 413 414 414 private final class Move implements ActionListener { … … 497 497 498 498 public Settings(DefaultMutableTreeNode rootActionsNode) { 499 super("toolbar", tr("Toolbar customization"), tr("Customize the elements on the toolbar.")); 499 500 actionsTreeModel = new DefaultTreeModel(rootActionsNode); 500 501 actionsTree = new JTree(actionsTreeModel); … … 766 767 actionParametersPanel.setVisible(false); 767 768 768 JPanel panel = gui.createPreferenceTab("toolbar", tr("Toolbar customization"), 769 tr("Customize the elements on the toolbar."), false); 769 JPanel panel = gui.createPreferenceTab(this); 770 770 panel.add(p, GBC.eol().fill(GBC.BOTH)); 771 771 panel.add(actionParametersPanel, GBC.eol().fill(GBC.HORIZONTAL));
Note:
See TracChangeset
for help on using the changeset viewer.
