From: David ‘Bombe’ Roden Date: Mon, 7 Apr 2008 17:56:43 +0000 (+0000) Subject: remove comment X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=78d4c9a68c63aa6c7a317e15385a0d51eeaee6b4;p=jSite2.git remove comment git-svn-id: http://trooper/svn/projects/jSite/trunk@646 c3eda9e8-030b-0410-8277-bc7414b0a119 --- diff --git a/src/net/pterodactylus/jsite/gui/SwingInterface.java b/src/net/pterodactylus/jsite/gui/SwingInterface.java index 544f408..ecd8612 100644 --- a/src/net/pterodactylus/jsite/gui/SwingInterface.java +++ b/src/net/pterodactylus/jsite/gui/SwingInterface.java @@ -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");