Changeset 24632 in osm for applications


Ignore:
Timestamp:
2010-12-06T21:36:14+01:00 (14 years ago)
Author:
malcolmh
Message:

update smed-about

File:
1 edited

Legend:

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

    r23500 r24632  
    9191            aboutCopyright.setBounds(new Rectangle(125, 0, 245, 55));
    9292            aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009 / 2010<BR><center>by" +
    93                                         "<BR>Werner König & Malcolm Herring</BODY></HTML>");
     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 Malclom Herring");
     98            aboutAuthors.setText("Authors: Werner Kšnig and Malcolm Herring");
    9999
    100100            aboutVersion = new JLabel();
     
    117117            aboutPlugins.setBounds(new Rectangle(58, 135, 303, 60));
    118118            aboutPlugins.setText("<HTML><BODY>SeaMark Editor" +
    119                         "<BR>SeaLight Editor" +
    120                         "<BR>Hello - an example plugin" +
     119                        "<BR>Harbour Editor" +
    121120                        "<BR>About - this tab</BODY></HTML>");
    122121           
Note: See TracChangeset for help on using the changeset viewer.