Ticket #2093: usertools.patch
| File usertools.patch, 1.0 KB (added by , 17 years ago) |
|---|
-
src/usertools/UserToolsPlugin.java
### Eclipse Workspace Patch 1.0 #P usertools
105 105 })); 106 106 107 107 userJMenu.add(new JMenuItem(new JosmAction(tr("Select User's Data"), 108 "dialogs/ search", tr("Replaces Selection with Users data"), null, false) {108 "dialogs/userdata", tr("Replaces Selection with Users data"), null, false) { 109 109 public void actionPerformed(ActionEvent ev) { 110 110 String name = getSelectedUser(); 111 111 if (!name.equals("0")){
