Changeset 19347 in osm for applications/editors
- Timestamp:
- 2010-01-09T19:27:36+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r19050 r19347 52 52 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 53 53 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/> 54 <attribute name="Plugin-Mainversion" value="2 620"/>54 <attribute name="Plugin-Mainversion" value="2754"/> 55 55 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 56 56 </manifest> -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/Preferences.java
r16862 r19347 3 3 4 4 import javax.swing.JPanel; 5 5 6 import org.openstreetmap.josm.Main; 6 import org.openstreetmap.josm.gui.preferences.PreferenceDialog;7 7 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 8 import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane; 8 9 /** 9 10 * … … 47 48 public void reloadSettings() { 48 49 buildingCheckBox.setSelected(addBuildingTag); 49 50 50 51 addNewTagCheckBox.setSelected(addNewTag); 51 52 addNewTagKeyField.setText(addNewTagKey); … … 60 61 * always regenerated by the Form Editor. 61 62 */ 62 @SuppressWarnings("unchecked")63 63 // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents 64 64 private void initComponents() { … … 173 173 }//GEN-LAST:event_buildingCheckBoxActionPerformed 174 174 175 public void addGui(Preference Dialoggui) {175 public void addGui(PreferenceTabbedPane gui) { 176 176 JPanel p = gui.createPreferenceTab("czech_flag", 177 177 "Nastavenà CzechAddressPlugin",
Note:
See TracChangeset
for help on using the changeset viewer.