Changeset 24632 in osm for applications/editors/josm
- Timestamp:
- 2010-12-06T21:36:14+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java
r23500 r24632 91 91 aboutCopyright.setBounds(new Rectangle(125, 0, 245, 55)); 92 92 aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009 / 2010<BR><center>by" + 93 "<BR>Werner K önig & Malcolm Herring</BODY></HTML>");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 Malclom Herring");98 aboutAuthors.setText("Authors: Werner Knig and Malcolm Herring"); 99 99 100 100 aboutVersion = new JLabel(); … … 117 117 aboutPlugins.setBounds(new Rectangle(58, 135, 303, 60)); 118 118 aboutPlugins.setText("<HTML><BODY>SeaMark Editor" + 119 "<BR>SeaLight Editor" + 120 "<BR>Hello - an example plugin" + 119 "<BR>Harbour Editor" + 121 120 "<BR>About - this tab</BODY></HTML>"); 122 121
Note:
See TracChangeset
for help on using the changeset viewer.