Ignore:
Timestamp:
2011-07-10T16:52:37+02:00 (14 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r24832 r26298  
    9090            aboutCopyright = new JLabel();
    9191            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 Kšnig & Malcolm Herring</BODY></HTML>");
    9494
    9595            aboutAuthors = new JLabel();
    9696            aboutAuthors.setBounds(new Rectangle(30, 50
    9797                        , 340, 30));
    98             aboutAuthors.setText("Authors: Werner König and Malcolm Herring");
     98            aboutAuthors.setText("Authors: Werner Kšnig and Malcolm Herring");
    9999
    100100            aboutVersion = new JLabel();
    101101            aboutVersion.setBounds(new Rectangle(30, 65, 340, 30));
    102             aboutVersion.setText("Version: 23479                     Date: 05.10.2010");
     102            aboutVersion.setText("Version: 26218                     Date: 2011.7.8");
    103103
    104104            aboutDescription = new JLabel();
     
    108108            aboutSmed = new JLabel();
    109109            aboutSmed.setBounds(new Rectangle(100, 95, 265, 30));
    110             aboutSmed.setText("SeaMap Editor to map marks & lights");
     110            aboutSmed.setText("Plugin to map seamarks & lights");
    111111
    112112            aboutAvailable = new JLabel();
    113113            aboutAvailable.setBounds(new Rectangle(30, 115, 141, 27));
    114             aboutAvailable.setText("available plugins:");
     114            aboutAvailable.setText("Available plugins:");
    115115
    116116                aboutPlugins = new JLabel();
Note: See TracChangeset for help on using the changeset viewer.