From: <iam...@us...> - 2010-03-24 17:48:12
|
Revision: 1352 http://eulergui.svn.sourceforge.net/eulergui/?rev=1352&view=rev Author: iamlolive Date: 2010-03-24 17:48:06 +0000 (Wed, 24 Mar 2010) Log Message: ----------- removed some debug features (a - at the end of each localized string) Modified Paths: -------------- trunk/eulergui/src/main/java/n3_project/helpers/GuiResourceBundle.java Modified: trunk/eulergui/src/main/java/n3_project/helpers/GuiResourceBundle.java =================================================================== --- trunk/eulergui/src/main/java/n3_project/helpers/GuiResourceBundle.java 2010-03-24 17:36:37 UTC (rev 1351) +++ trunk/eulergui/src/main/java/n3_project/helpers/GuiResourceBundle.java 2010-03-24 17:48:06 UTC (rev 1352) @@ -14,10 +14,10 @@ public static String getString(String s) { - if(getBundle().containsKey(s)) - return getBundle().getString(s)+" - "; - else - return getBundle().getString(s)+" ! "; +// if(getBundle().containsKey(s)) +// return getBundle().getString(s)+" - "; +// else + return getBundle().getString(s); } public static ResourceBundle getBundle(){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |