Changeset 27893 in osm
- Timestamp:
- 2012-02-19T19:52:32+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/Address.java
r27852 r27893 95 95 super(tr("Add address"), "buildings", 96 96 tr("Helping tool for tag address"), 97 Shortcut.registerShortcut("mapmode: buildings", tr("Mode: {0}", tr("Buildings")), KeyEvent.VK_E, Shortcut.ALT_CTRL_SHIFT),97 Shortcut.registerShortcut("mapmode:cadastre-fr-buildings", tr("Mode: {0}", tr("CadastreFR - Buildings")), KeyEvent.VK_E, Shortcut.ALT_CTRL_SHIFT), 98 98 mapFrame, getCursor()); 99 99 } -
applications/editors/josm/plugins/ext_tools/src/ext_tools/ToolsInformation.java
r21930 r27893 34 34 rdr.close(); 35 35 } catch (Exception e) { 36 e.printStackTrace(); 36 System.err.println("Ext_Tools warning: can not load file "+filename); 37 // e.printStackTrace(); 37 38 } 38 39 } … … 46 47 w.close(); 47 48 } catch (Exception e) { 48 e.printStackTrace(); 49 System.err.println("Ext_Tools warning: can not save file "+filename); 50 // e.printStackTrace(); 49 51 } 50 52 }
Note:
See TracChangeset
for help on using the changeset viewer.