Ignore:
Timestamp:
2012-07-20T11:03:20+02:00 (12 years ago)
Author:
stoecker
Message:

fix encoding issue

File:
1 edited

Legend:

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

    r28224 r28496  
    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\u00f6nig & 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\u00f6nig and Malcolm Herring");
    9999
    100100            aboutVersion = new JLabel();
Note: See TracChangeset for help on using the changeset viewer.