Changeset 14107 in josm for trunk


Ignore:
Timestamp:
2018-08-08T17:33:11+02:00 (6 years ago)
Author:
simon04
Message:

Fix typesetting of "GitHub" in about dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AboutAction.java

    r13824 r14107  
    110110        logos.add(createImageLink("Facebook", /* ICON(dialogs/about/) */ "facebook", "https://www.facebook.com/josmeditor"));
    111111        logos.add(createImageLink("Google+", /* ICON(dialogs/about/) */ "google-plus", "https://plus.google.com/115458051662705872607"));
    112         logos.add(createImageLink("Github", /* ICON(dialogs/about/) */ "github", "https://github.com/JOSM"));
     112        logos.add(createImageLink("GitHub", /* ICON(dialogs/about/) */ "github", "https://github.com/JOSM"));
    113113        info.add(logos, GBC.eol().insets(0, 10, 0, 0));
    114114        info.add(GBC.glue(0, 5), GBC.eol());
Note: See TracChangeset for help on using the changeset viewer.