Ignore:
Timestamp:
2009-06-17T09:46:26+02:00 (15 years ago)
Author:
stoecker
Message:

fix build issues

File:
1 edited

Legend:

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

    r15904 r15961  
    190190            transparency = 1.0f;
    191191        }
    192         // overwrite F11 shortcut used from the beginning by this plugin and recently used 
     192        // overwrite F11 shortcut used from the beginning by this plugin and recently used
    193193        // for full-screen switch in JOSM core
    194194        int i = 0;
     
    202202        }
    203203        if (!alreadyRedefined) {
    204             int reply = JOptionPane.showConfirmDialog(null, 
     204            int reply = JOptionPane.showConfirmDialog(null,
    205205                    tr("Plugin cadastre-fr used traditionaly for grabbing the key shortcut F11\n"+
    206206                    "which is currently allocated for full-screen switch by default\n"+
Note: See TracChangeset for help on using the changeset viewer.