code/superant.com.rwdtorrent/rwdtorrenthelpabout.rb in rwdtorrent-0.03 vs code/superant.com.rwdtorrent/rwdtorrenthelpabout.rb in rwdtorrent-0.04

- old
+ new

@@ -2,13 +2,10 @@ # This application is a framework for writing programs from RubyWebDialogs # http://www.erikveen.dds.nl/rubywebdialogs/index.html # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications # return the version constant defined in the config file - def runrwdtorrentversion - @rwd_window = "applicationversion" - @versionappnamedisplay = "RwdTorrent" - @versioncopyrightdisplay = "(c) 2005 Steven Gibson " - @versionnumberdisplay = "Version " + RwdTorrentVersion + def rwdtorrenthelpaboutsetup + return ["RwdTorrent", "(c) 2005 Steven Gibson ", "Version #{RwdTorrentVersion}"] end