Ignore:
Timestamp:
2014-01-30T09:28:46+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9638 - NPE introduced in r6783

File:
1 edited

Legend:

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

    r6783 r6784  
    184184     */
    185185    private static Action getHelpAction() {
    186         if (Main.main.menu != null) {
     186        if (Main.main != null && Main.main.menu != null) {
    187187            return Main.main.menu.help;
    188188        }
Note: See TracChangeset for help on using the changeset viewer.