Changeset 568 in josm for trunk/src/org


Ignore:
Timestamp:
2008-02-26T18:45:55+01:00 (17 years ago)
Author:
david
Message:

add contextual help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java

    r562 r568  
    6262                        super(tr("Delete"), ImageProvider.get("dialogs", "delete"));
    6363                        putValue(SHORT_DESCRIPTION, tr("Delete the selected layer."));
    64                         putValue("help", "Dialog/LayerList/Delete");
     64                        putValue("help", "Action/LayerDelete");
    6565                        this.layer = layer;
    6666                }
     
    8787                        super(tr("Show/Hide"), ImageProvider.get("dialogs", "showhide"));
    8888                        putValue(SHORT_DESCRIPTION, tr("Toggle visible state of the selected layer."));
    89                         putValue("help", "Dialog/LayerList/ShowHide");
     89                        putValue("help", "Action/LayerShowHide");
    9090                        this.layer = layer;
    9191                }
     
    105105                        super(tr("Show/Hide Text/Icons"), ImageProvider.get("dialogs", "showhide"));
    106106                        putValue(SHORT_DESCRIPTION, tr("Toggle visible state of the marker text and icons."));
    107                         putValue("help", "Dialog/LayerList/ShowHideMarkerText");
     107                        putValue("help", "Action/ShowHideTextIcons");
    108108                        this.layer = layer;
    109109                }
Note: See TracChangeset for help on using the changeset viewer.