Ignore:
Timestamp:
2018-05-03T16:22:29+02:00 (7 years ago)
Author:
rebeccas95
Message:

Small changes on MapCSS, replace tag area=zone with indoor=area.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/indoorhelper/src/views/ToolBoxView.java

    r34135 r34179  
    286286           GridBagConstraints.CENTER, GridBagConstraints.BOTH,
    287287           new Insets(0, 0, 5, 5), 0, 0));
    288 
    289288       //---- preset3 ----
    290289       preset3.setEnabled(false);
     
    337336
    338337       //---- applyButton ----
    339        applyButton.setText("Apply");
     338       applyButton.setText(tr("Apply"));
    340339       applyButton.setToolTipText(tr("Add selected tags and/or relations to obeject."));
    341340       applyButton.setEnabled(false);
     
    506505   }
    507506
     507   
    508508   /**
    509509    * Clears the text boxes and sets an empty String.
    510510    */
    511511   public void resetUiElements() {
    512        this.nameField.setText(tr(""));
    513        this.levelNameField.setText(tr(""));
    514        this.refField.setText(tr(""));
    515        this.repeatOnField.setText(tr(""));
    516        this.levelNameField.setText(tr(""));
     512       this.nameField.setText("");
     513       this.levelNameField.setText("");
     514       this.refField.setText("");
     515       this.repeatOnField.setText("");
     516       this.levelNameField.setText("");
    517517   }
    518518
Note: See TracChangeset for help on using the changeset viewer.