Revision: 848
http://mathlib.svn.sourceforge.net/mathlib/?rev=848&view=rev
Author: st_mueller
Date: 2009-02-15 05:12:08 +0000 (Sun, 15 Feb 2009)
Log Message:
-----------
bugfix
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/core/interpreter/Errors.java
Modified: JMathLib/trunk/src/jmathlib/core/interpreter/Errors.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interpreter/Errors.java 2009-02-12 21:16:48 UTC (rev 847)
+++ JMathLib/trunk/src/jmathlib/core/interpreter/Errors.java 2009-02-15 05:12:08 UTC (rev 848)
@@ -22,7 +22,7 @@
{
String text = "";
- ResourceBundle bundle = ResourceBundle.getBundle("jmathLib.resourcebundles.ErrorBundle");
+ ResourceBundle bundle = ResourceBundle.getBundle("jmathlib.resourcebundles.ErrorBundle");
text = bundle.getString(Integer.toString(errorCode));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|