Changeset 23491 in osm for applications/editors/josm
- Timestamp:
- 2010-10-07T00:01:21+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
r23490 r23491 125 125 126 126 aboutAvailable = new JLabel(); 127 aboutAvailable.setBounds(new Rectangle(30, 110, 141, 27));127 aboutAvailable.setBounds(new Rectangle(30, 90, 141, 27)); 128 128 aboutAvailable.setText("available plugins:"); 129 129 130 130 aboutPlugins = new JLabel(); 131 aboutPlugins.setBounds(new Rectangle(58, 1 30, 303, 60));131 aboutPlugins.setBounds(new Rectangle(58, 110, 303, 60)); 132 132 aboutPlugins.setText("<HTML><BODY>SeaMark Editor" + 133 133 "<BR>SeaLight Editor" +
Note:
See TracChangeset
for help on using the changeset viewer.