Ignore:
Timestamp:
2007-07-18T23:12:56+02:00 (19 years ago)
Author:
imi
Message:
  • added support for multiple data layers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/GettingStarted.java

    r266 r290  
    4646               
    4747                panel = new JPanel(new GridBagLayout());
     48               
     49                panel.add(new JLabel("<html><h2>You are running a beta version with a brand new feature <i>multiple data layers</i>.</h2>" +
     50                                "<h3>This is a major change, so expect some bugs, especally with undo/redo and the merging code.<br>" +
     51                                "If you can't work, downgrade to josm-1.5.jar, available at http://josm.openstreetmap.org/download/josm-1.5.jar<br><br>" +
     52                "Imi.</h3>"), GBC.eol());
    4853
    4954                addGettingStarted();
Note: See TracChangeset for help on using the changeset viewer.