configuration/rwdtinker.cnf in rwdtinker-1.54 vs configuration/rwdtinker.cnf in rwdtinker-1.55
- old
+ new
@@ -1,13 +1,10 @@
ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
CodeName = "rwdtinker"
CodeNameFile = CodeName + ".rb"
-LangNameFile = "rwdlanguage.rb"
RWDFile = "rwdtinker.rwd"
LangDir = "lang"
-TempLangHashFile = LangDir + "/" + "templangfile.rb"
-LocalLangHashFile = LangDir + "/" + "xlocallangfile.rb"
CodeDir = "code"
GuiDir = "gui"
$help_topic = "general_help"
$helptopicsarray = [ "general_help","network_help"]
$prevouswindow ="main"