Ignore:
Timestamp:
2015-10-24T17:33:58+02:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] allow loading in headless mode for jenkins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r31646 r31665  
    55import static org.openstreetmap.josm.io.session.SessionReader.registerSessionLayerImporter;
    66import static org.openstreetmap.josm.io.session.SessionWriter.registerSessionLayerExporter;
    7 import static org.openstreetmap.josm.tools.I18n.marktr;
    87import static org.openstreetmap.josm.tools.I18n.tr;
    98
     
    283282        }
    284283        refreshLayersURL();
    285 
    286         /* TODO: remove in july 2012 */
    287         if(!Main.pref.getBoolean("cadastregrab.shortcut.warn", false))
    288         {
    289             Main.pref.put("cadastregrab.shortcut.warn", true);
    290             JOptionPane.showMessageDialog(Main.parent,
    291                 tr("Plugin cadastre-fr used the key shortcut F11 for grabbing,\n"+
    292                 "which is now allocated for full-screen switch.\n"+
    293                 "The new grabbing key is F10, but you can change the key\n" +
    294                 "in the shortcut settings if you want."));
    295         }
    296284        refreshMenu();
    297285    }
Note: See TracChangeset for help on using the changeset viewer.