code/superant.com.rwdshell/loadconfigurationvariables.rb in rwdshell-0.99 vs code/superant.com.rwdshell/loadconfigurationvariables.rb in rwdshell-1.00

- old
+ new

@@ -1,13 +1,13 @@ # this method loads the on screen variables into the running class - def loadrubyslippersconfigurationvariables + def loadrwdshellconfigurationvariables - configfiletoload = File.join(ConfigurationDir,"rubyslippers.cnf") + configfiletoload = File.join(ConfigurationDir,"rwdshell.cnf") begin load configfiletoload - @extrarsconfigdatadisplay = "" -@newrsconfigurationresult = "Config Variables loaded" + @extrarshellconfigdatadisplay = "" +@newrshellconfigurationresult = "Config Variables loaded" rescue @extrarsconfigdatadisplay = "" - @newrsconfigurationresult = "loading error" + @newrshellconfigurationresult = "loading error" end end