Changeset 28672 in osm for applications/editors


Ignore:
Timestamp:
2012-09-01T12:14:21+02:00 (12 years ago)
Author:
hind
Message:

Commandline plugin icon for nonexistent file icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandAction.java

    r27906 r28672  
    4747                                putValue(Action.LARGE_ICON_KEY, ImageProvider.get("blankmenu"));
    4848                        }
     49                        catch (RuntimeException e) {
     50                                putValue(Action.SMALL_ICON, ImageProvider.get("blankmenu"));
     51                                putValue(Action.LARGE_ICON_KEY, ImageProvider.get("blankmenu"));
     52                        }
    4953                }
    5054
Note: See TracChangeset for help on using the changeset viewer.