Ignore:
Timestamp:
2009-10-25T12:05:31+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #3762: Deleted relation still referenced when deleting former member
Clean up of Delete command. New: only one confirmation dialog for all parent relations of deleted objects, see help.
Improved infrastructure for context-sensitive help, improved internal help browser.

File:
1 edited

Legend:

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

    r2301 r2308  
    192192                JComponent.WHEN_IN_FOCUSED_WINDOW
    193193        );
    194 
    195         pnl.add(new SideButton(new ContextSensitiveHelpAction("/Help/Dialogs/UploadDialog")));
    196         HelpUtil.setHelpContext(getRootPane(),"/Help/Dialogs/UploadDialog");
     194        pnl.add(new SideButton(new ContextSensitiveHelpAction("/Dialogs/UploadDialog")));
     195        HelpUtil.setHelpContext(getRootPane(),"/Dialogs/UploadDialog");
    197196        return pnl;
    198197    }
Note: See TracChangeset for help on using the changeset viewer.