Changeset 28496 in osm for applications/editors/josm/plugins/smed/plugs/smed_about
- Timestamp:
- 2012-07-20T11:03:20+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java
r28224 r28496 91 91 aboutCopyright.setBounds(new Rectangle(125, 0, 245, 55)); 92 92 aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009/10/11<BR><center>by" + 93 "<BR>Werner K nig & Malcolm Herring</BODY></HTML>");93 "<BR>Werner K\u00f6nig & 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 K\u00f6nig and Malcolm Herring"); 99 99 100 100 aboutVersion = new JLabel();
Note:
See TracChangeset
for help on using the changeset viewer.