From 96cba8ed02b703bb4bdc289b9e50e4a66124cde4 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Tue, 26 Mar 2013 22:26:25 -0500 Subject: [PATCH] Removed FIXME comment since the localization issue was resolved in previous commit. --- core/src/net/sf/openrocket/gui/util/EditDecalHelper.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/net/sf/openrocket/gui/util/EditDecalHelper.java b/core/src/net/sf/openrocket/gui/util/EditDecalHelper.java index 1ad3c7338..6591cbcb5 100644 --- a/core/src/net/sf/openrocket/gui/util/EditDecalHelper.java +++ b/core/src/net/sf/openrocket/gui/util/EditDecalHelper.java @@ -26,11 +26,6 @@ public class EditDecalHelper { private static final Translator trans = Application.getTranslator(); - // FIXME - need to have a specific set of localizable exceptions come out of this instead of generic IOException; - // perhaps - unable to create file, - // unable to open system editor - // unable to fork process - private static final SwingPreferences prefs = ((SwingPreferences) Application.getPreferences()); public static void editDecal(Window parent, OpenRocketDocument doc, RocketComponent component, DecalImage decal) throws EditDecalHelperException {