remove comment
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 7 Apr 2008 17:56:43 +0000 (17:56 +0000)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 7 Apr 2008 17:56:43 +0000 (17:56 +0000)
git-svn-id: http://trooper/svn/projects/jSite/trunk@646 c3eda9e8-030b-0410-8277-bc7414b0a119

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");