Changeset 26298 in osm for applications/editors/josm/plugins/smed/plugs/smed_about
- Timestamp:
- 2011-07-10T16:52:37+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
