code/superant.com.rwdshell/rwdtinkerversion.rb in bigtinker-0.95 vs code/superant.com.rwdshell/rwdtinkerversion.rb in bigtinker-0.96
- old
+ new
@@ -1,10 +1,10 @@
# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
# This application is a framework for writing programs from RubyWebDialogs
# For information see http://www.rubyforge.net/projects/rwdapplications
# return the version constant defined in the config file
-def rwdshellhelpaboutsetup
-return ["RwdShell","(c) 2004,2005 Steven Gibson ","Version #{RwdShellVersion}"]
+def rwdrubyhelpaboutsetup
+return ["RwdRuby","(c) 2004-2008 Steven Gibson ","Version #{RwdRubyVersion}"]
end