- Timestamp:
- 2015-01-23T01:03:43+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheManager.java
r7704 r7982 150 150 pnl.add(new SideButton( 151 151 new ContextSensitiveHelpAction( 152 HelpUtil.ht("/Dialog/Changeset CacheManager"))152 HelpUtil.ht("/Dialog/ChangesetManager")) 153 153 ) 154 154 ); … … 288 288 289 289 // the help context 290 HelpUtil.setHelpContext(getRootPane(), HelpUtil.ht("/Dialog/Changeset CacheManager"));290 HelpUtil.setHelpContext(getRootPane(), HelpUtil.ht("/Dialog/ChangesetManager")); 291 291 292 292 // make the dialog respond to ESC … … 553 553 tr("Warning"), 554 554 JOptionPane.WARNING_MESSAGE, 555 HelpUtil.ht("/Dialog/Changeset CacheManager#CanDownloadMyChangesets")555 HelpUtil.ht("/Dialog/ChangesetManager#CanDownloadMyChangesets") 556 556 ); 557 557 }
Note:
See TracChangeset
for help on using the changeset viewer.