Changeset 23488 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-10-06T23:55:51+02:00 (14 years ago)
Author:
postfix
Message:

'some new internationalized messages'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java

    r23487 r23488  
    113113
    114114            aboutVersion = new JLabel();
    115             aboutVersion.setBounds(new Rectangle(30, 70, 340, 30));
     115            aboutVersion.setBounds(new Rectangle(30, 50, 340, 30));
    116116            aboutVersion.setText("Version: 23479                     Date: 05.10.2010");
    117117
    118118            aboutDescription = new JLabel();
    119             aboutDescription.setBounds(new Rectangle(30, 90, 340, 30));
     119            aboutDescription.setBounds(new Rectangle(30, 60, 340, 30));
    120120            aboutDescription.setText("Description: ");
    121121
    122122            aboutSmed = new JLabel();
    123             aboutSmed.setBounds(new Rectangle(100, 110, 265, 30));
     123            aboutSmed.setBounds(new Rectangle(100, 80, 265, 30));
    124124            aboutSmed.setText("SeaMap Editor to map marks & lights");
    125125
Note: See TracChangeset for help on using the changeset viewer.