Removed FIXME comment since the localization issue was resolved in

previous commit.
This commit is contained in:
kruland2607 2013-03-26 22:26:25 -05:00
parent 7db0c17c56
commit 96cba8ed02

View File

@ -26,11 +26,6 @@ public class EditDecalHelper {
private static final Translator trans = Application.getTranslator(); 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()); private static final SwingPreferences prefs = ((SwingPreferences) Application.getPreferences());
public static void editDecal(Window parent, OpenRocketDocument doc, RocketComponent component, DecalImage decal) throws EditDecalHelperException { public static void editDecal(Window parent, OpenRocketDocument doc, RocketComponent component, DecalImage decal) throws EditDecalHelperException {