remove comment
[jSite2.git] / src / net / pterodactylus / jsite / gui / SwingInterface.java
index 544f408..ecd8612 100644 (file)
@@ -112,7 +112,7 @@ public class SwingInterface implements CoreListener {
        public SwingInterface(Core core, String configDirectory) {
                this.core = core;
                this.configDirectory = configDirectory;
-               I18n.setLocale(Locale.ENGLISH); /* TODO - load config */
+               I18n.setLocale(Locale.ENGLISH);
                loadConfig();
                if (beautify) {
                        System.setProperty("swing.aatext", "true");