Ignore:
Timestamp:
2011-01-01T22:12:03+01:00 (13 years ago)
Author:
stoecker
Message:

some cleanups in help page marking

File:
1 edited

Legend:

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

    r3642 r3754  
    22package org.openstreetmap.josm.gui;
    33
     4import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    45import static org.openstreetmap.josm.tools.I18n.tr;
    56
     
    624625
    625626    public String helpTopic() {
    626         return "Statusline";
     627        return ht("/Statusline");
    627628    }
    628629
Note: See TracChangeset for help on using the changeset viewer.