Ignore:
Timestamp:
2008-03-02T20:14:06+01:00 (16 years ago)
Author:
david
Message:

advertise audio mapping

File:
1 edited

Legend:

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

    r486 r574  
    5959                "you want in most cases (also see the mini help about modifier keys at the bottom of the screen)." +
    6060                "</h3>")), GBC.eol());
    61                
     61
    6262                // remove these two keys from preferences if present
    6363                boolean changePrefs = ! (
     
    7373               
    7474                addLine("wiki", tr("Read the [Wiki page on API 0.5]"));
     75
     76                addLine("audio", tr("This version also has built-in support for [Audio Mapping] with continuously recorded sound tracks."));
     77
    7578                addGettingStarted();
    7679                addGettingHelp();
    77                
     80                               
    7881                panel.add(GBC.glue(0,70), GBC.eol());
    7982                //panel.setMinimumSize(new Dimension(400, 600));
     
    111114                else if (e.getActionCommand().equals("help"))
    112115                        Main.main.menu.help.actionPerformed(e);
     116                else if (e.getActionCommand().equals("audio"))
     117                        OpenBrowser.displayUrl("http://josm.openstreetmap.de/wiki/Help/HowTo/AudioMapping");
    113118                else if (e.getActionCommand().equals("wiki"))
    114119                        OpenBrowser.displayUrl("http://wiki.openstreetmap.org/index.php?title=OSM_Protocol_Version_0.5");
Note: See TracChangeset for help on using the changeset viewer.