Ignore:
Timestamp:
2010-10-06T23:53:19+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

    r23486 r23487  
    104104        if (jPanel == null) {
    105105            aboutCopyright = new JLabel();
    106             aboutCopyright.setBounds(new Rectangle(125, 5, 245, 54));
     106            aboutCopyright.setBounds(new Rectangle(125, 0, 245, 54));
    107107            aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009 / 2010<BR><center>by" +
    108108                                        "<BR>Werner König & Malcolm Herring</BODY></HTML>");
    109109
    110110            aboutAuthors = new JLabel();
    111             aboutAuthors.setBounds(new Rectangle(30, 50, 340, 30));
     111            aboutAuthors.setBounds(new Rectangle(30, 40, 340, 30));
    112112            aboutAuthors.setText("Authors: Werner König and Malclom Herring");
    113113
Note: See TracChangeset for help on using the changeset viewer.