Changeset 6784 in josm for trunk/src/org
- Timestamp:
- 2014-01-30T09:28:46+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java
r6783 r6784 184 184 */ 185 185 private static Action getHelpAction() { 186 if (Main.main .menu != null) {186 if (Main.main != null && Main.main.menu != null) { 187 187 return Main.main.menu.help; 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.