Changeset 16904 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-08-23T08:44:03+02:00 (4 years ago)
Author:
simon04
Message:

see #19694 - About dialog: -GitLab

File:
1 edited

Legend:

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

    r16903 r16904  
    117117        logos.add(createImageLink("Facebook", /* ICON(dialogs/about/) */ "facebook-square", "https://www.facebook.com/josmeditor"));
    118118        logos.add(createImageLink("GitHub", /* ICON(dialogs/about/) */ "github-square", "https://github.com/JOSM"));
    119         logos.add(createImageLink("GitLab", /* ICON(dialogs/about/) */ "gitlab", "https://gitlab.com/JOSM"));
    120119        info.add(logos, GBC.eol().insets(0, 10, 0, 0));
    121120        info.add(GBC.glue(0, 5), GBC.eol());
Note: See TracChangeset for help on using the changeset viewer.