Ignore:
Timestamp:
2012-01-17T17:36:18+01:00 (15 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

    r27155 r27479  
    9191            aboutCopyright.setBounds(new Rectangle(125, 0, 245, 55));
    9292            aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009/10/11<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 Malcolm 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>Way & Area Editor" +
    119120                        "<BR>Harbour Editor" +
    120121                        "<BR>About - this tab</BODY></HTML>");
Note: See TracChangeset for help on using the changeset viewer.