Changeset 26298 in osm for applications/editors/josm/plugins/smed/plugs/harbour/src
- Timestamp:
- 2011-07-10T16:52:37+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/harbour/src/harbour/panels/PanelGeneral.java
r24416 r26298 71 71 qLabel = new JLabel(); 72 72 qLabel.setBounds(new Rectangle(50, 205, 85, 20)); 73 qLabel.setText("Quarant äne");73 qLabel.setText("Quarantne"); 74 74 tugLabel = new JLabel(); 75 75 tugLabel.setBounds(new Rectangle(46, 140, 110, 20)); … … 257 257 jCheckBox.setBounds(new Rectangle(5, 117, 110, 20)); 258 258 jCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12)); 259 jCheckBox.setText("verf ügbar");259 jCheckBox.setText("verfgbar"); 260 260 } 261 261 return jCheckBox; … … 342 342 usualCheckBox.setBounds(new Rectangle(5, 225, 62, 20)); 343 343 usualCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12)); 344 usualCheckBox.setText(" üblich");344 usualCheckBox.setText("blich"); 345 345 } 346 346 return usualCheckBox;
Note:
See TracChangeset
for help on using the changeset viewer.