Changeset 19347 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-01-09T19:27:36+01:00 (15 years ago)
Author:
jttt
Message:

Fixed compilation problem

Location:
applications/editors/josm/plugins/czechaddress
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/czechaddress/build.xml

    r19050 r19347  
    5252            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    5353            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/>
    54             <attribute name="Plugin-Mainversion" value="2620"/>
     54            <attribute name="Plugin-Mainversion" value="2754"/>
    5555            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    5656        </manifest>
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/Preferences.java

    r16862 r19347  
    33
    44import javax.swing.JPanel;
     5
    56import org.openstreetmap.josm.Main;
    6 import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    77import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
     8import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    89/**
    910 *
     
    4748    public void reloadSettings() {
    4849        buildingCheckBox.setSelected(addBuildingTag);
    49                
     50
    5051        addNewTagCheckBox.setSelected(addNewTag);
    5152        addNewTagKeyField.setText(addNewTagKey);
     
    6061     * always regenerated by the Form Editor.
    6162     */
    62     @SuppressWarnings("unchecked")
    6363    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
    6464    private void initComponents() {
     
    173173    }//GEN-LAST:event_buildingCheckBoxActionPerformed
    174174
    175     public void addGui(PreferenceDialog gui) {
     175    public void addGui(PreferenceTabbedPane gui) {
    176176        JPanel p = gui.createPreferenceTab("czech_flag",
    177177                "Nastavení CzechAddressPlugin",
Note: See TracChangeset for help on using the changeset viewer.