diff --git a/core/resources/pix/eventicons/event-exception.png b/core/resources/pix/eventicons/event-exception.png new file mode 100644 index 000000000..0cfd58596 Binary files /dev/null and b/core/resources/pix/eventicons/event-exception.png differ diff --git a/swing/src/net/sf/openrocket/gui/plot/EventGraphics.java b/swing/src/net/sf/openrocket/gui/plot/EventGraphics.java index 3443e9be5..6dd647b2b 100644 --- a/swing/src/net/sf/openrocket/gui/plot/EventGraphics.java +++ b/swing/src/net/sf/openrocket/gui/plot/EventGraphics.java @@ -57,6 +57,7 @@ public class EventGraphics { "pix/eventicons/event-recovery-device-deployment.png"); loadImage(FlightEvent.Type.GROUND_HIT, "pix/eventicons/event-ground-hit.png"); loadImage(FlightEvent.Type.SIMULATION_END, "pix/eventicons/event-simulation-end.png"); + loadImage(FlightEvent.Type.EXCEPTION, "pix/eventicons/event-exception.png"); } private static void loadImage(FlightEvent.Type type, String file) {