Changes between Initial Version and Version 1 of Ticket #18945


Ignore:
Timestamp:
2020-03-16T23:38:56+01:00 (6 years ago)
Author:
simon04
Comment:
  • src/org/openstreetmap/josm/gui/GettingStarted.java

    diff --git a/src/org/openstreetmap/josm/gui/GettingStarted.java b/src/org/openstreetmap/josm/gui/GettingStarted.java
    index 6083ed746..8166caaa2 100644
    a b private void getMOTD() {  
    175175            if (!contentInitialized && Config.getPref().getBoolean("help.displaymotd", true)) {
    176176                try {
    177177                    content = new MotdContent().updateIfRequiredString();
     178                    content = content.replaceFirst("<h1",
     179                            "<center><img src='https://josm.openstreetmap.de/export/16155/josm/trunk/nodist/images/logo/bannerhorizontal.jpg'></center><h1");
    178180                    contentInitialized = true;
    179181                    ProxyPreference.removeProxyPreferenceListener(this);
    180182                } catch (IOException ex) {

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18945 – Description

    initial v1  
    11We could display source:trunk/nodist/images/logo/bannerhorizontal.jpg on JOSM's GettingStarted panel (i.e. initial screen of JOSM).
     2
     3[[Image(2020-03-16-233436_1918x1066_scrot.png​,800px)]]