Changeset 26298 in osm for applications/editors/josm/plugins/smed
- Timestamp:
- 2011-07-10T16:52:37+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/smed/plugs
- Files:
-
- 4 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; -
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelStbd.java
r26297 r26298 85 85 break; 86 86 case C: 87 dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/pillar_green ;white;green;white.png")));87 dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/pillar_green_white_green_white.png"))); 88 88 break; 89 89 } … … 98 98 break; 99 99 case C: 100 dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/spar_green ;white;green;white.png")));100 dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/spar_green_white_green_white.png"))); 101 101 break; 102 102 } -
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelTop.java
r26297 r26298 56 56 case A: 57 57 case C: 58 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_c ylinder_red.png")));58 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_can_red.png"))); 59 59 break; 60 60 case B: 61 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_c ylinder_green.png")));61 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_can_green.png"))); 62 62 break; 63 63 } … … 67 67 case A: 68 68 case C: 69 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone , point up_green.png")));69 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone_green.png"))); 70 70 break; 71 71 case B: 72 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone , point up_red.png")));72 dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone_red.png"))); 73 73 break; 74 74 } -
applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java
r24832 r26298 90 90 aboutCopyright = new JLabel(); 91 91 aboutCopyright.setBounds(new Rectangle(125, 0, 245, 55)); 92 aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009 / 2010<BR><center>by" +93 "<BR>Werner K önig & Malcolm Herring</BODY></HTML>");92 aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009/10/11<BR><center>by" + 93 "<BR>Werner Knig & Malcolm Herring</BODY></HTML>"); 94 94 95 95 aboutAuthors = new JLabel(); 96 96 aboutAuthors.setBounds(new Rectangle(30, 50 97 97 , 340, 30)); 98 aboutAuthors.setText("Authors: Werner K önig and Malcolm Herring");98 aboutAuthors.setText("Authors: Werner Knig and Malcolm Herring"); 99 99 100 100 aboutVersion = new JLabel(); 101 101 aboutVersion.setBounds(new Rectangle(30, 65, 340, 30)); 102 aboutVersion.setText("Version: 2 3479Date:05.10.2010");102 aboutVersion.setText("Version: 26218 Date: 2011.7.8"); 103 103 104 104 aboutDescription = new JLabel(); … … 108 108 aboutSmed = new JLabel(); 109 109 aboutSmed.setBounds(new Rectangle(100, 95, 265, 30)); 110 aboutSmed.setText(" SeaMap Editorto map marks & lights");110 aboutSmed.setText("Plugin to map seamarks & lights"); 111 111 112 112 aboutAvailable = new JLabel(); 113 113 aboutAvailable.setBounds(new Rectangle(30, 115, 141, 27)); 114 aboutAvailable.setText(" available plugins:");114 aboutAvailable.setText("Available plugins:"); 115 115 116 116 aboutPlugins = new JLabel();
Note:
See TracChangeset
for help on using the changeset viewer.