Changeset 7982 in josm for trunk/src/org


Ignore:
Timestamp:
2015-01-23T01:03:43+01:00 (9 years ago)
Author:
Don-vip
Message:

see #11008 - fix changeset manager help button

File:
1 edited

Legend:

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

    r7704 r7982  
    150150        pnl.add(new SideButton(
    151151                new ContextSensitiveHelpAction(
    152                         HelpUtil.ht("/Dialog/ChangesetCacheManager"))
     152                        HelpUtil.ht("/Dialog/ChangesetManager"))
    153153        )
    154154        );
     
    288288
    289289        // the help context
    290         HelpUtil.setHelpContext(getRootPane(), HelpUtil.ht("/Dialog/ChangesetCacheManager"));
     290        HelpUtil.setHelpContext(getRootPane(), HelpUtil.ht("/Dialog/ChangesetManager"));
    291291
    292292        // make the dialog respond to ESC
     
    553553                    tr("Warning"),
    554554                    JOptionPane.WARNING_MESSAGE,
    555                     HelpUtil.ht("/Dialog/ChangesetCacheManager#CanDownloadMyChangesets")
     555                    HelpUtil.ht("/Dialog/ChangesetManager#CanDownloadMyChangesets")
    556556            );
    557557        }
Note: See TracChangeset for help on using the changeset viewer.