Changeset 574 in josm
- Timestamp:
- 2008-03-02T20:14:06+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
r486 r574 59 59 "you want in most cases (also see the mini help about modifier keys at the bottom of the screen)." + 60 60 "</h3>")), GBC.eol()); 61 61 62 62 // remove these two keys from preferences if present 63 63 boolean changePrefs = ! ( … … 73 73 74 74 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 75 78 addGettingStarted(); 76 79 addGettingHelp(); 77 80 78 81 panel.add(GBC.glue(0,70), GBC.eol()); 79 82 //panel.setMinimumSize(new Dimension(400, 600)); … … 111 114 else if (e.getActionCommand().equals("help")) 112 115 Main.main.menu.help.actionPerformed(e); 116 else if (e.getActionCommand().equals("audio")) 117 OpenBrowser.displayUrl("http://josm.openstreetmap.de/wiki/Help/HowTo/AudioMapping"); 113 118 else if (e.getActionCommand().equals("wiki")) 114 119 OpenBrowser.displayUrl("http://wiki.openstreetmap.org/index.php?title=OSM_Protocol_Version_0.5");
Note:
See TracChangeset
for help on using the changeset viewer.