Changeset 27893 in osm for applications


Ignore:
Timestamp:
2012-02-19T19:52:32+01:00 (13 years ago)
Author:
akks
Message:

fixed some error messages by cadastre-fr and ext_tools

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  
    9595        super(tr("Add address"), "buildings",
    9696                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),
    9898                mapFrame, getCursor());
    9999    }
  • applications/editors/josm/plugins/ext_tools/src/ext_tools/ToolsInformation.java

    r21930 r27893  
    3434            rdr.close();
    3535        } catch (Exception e) {
    36             e.printStackTrace();
     36            System.err.println("Ext_Tools warning: can not load file "+filename);
     37//            e.printStackTrace();
    3738        }
    3839    }
     
    4647            w.close();
    4748        } catch (Exception e) {
    48             e.printStackTrace();
     49            System.err.println("Ext_Tools warning: can not save file "+filename);
     50//            e.printStackTrace();
    4951        }
    5052    }
Note: See TracChangeset for help on using the changeset viewer.