code/superant.com.rwdshell/loadconfigurationvariables.rb in rwdruby-1.07 vs code/superant.com.rwdshell/loadconfigurationvariables.rb in rwdruby-1.08
- old
+ new
@@ -1,7 +1,7 @@
# this method loads the on screen variables into the running class
def loadrwdshellconfigurationvariables
- rwdrubyname = "rwdwruby-" + RwdrubyVersion + ".cnf"
+ rwdrubyname = "rwdwruby.cnf"
configfiletoload = File.join(ConfigurationDir, rwdrubyname )
begin
load configfiletoload
@extrarshellconfigdatadisplay = ""