code/01rwdcore/02helptexthashbegin.rb in rwdgutenberg-0.12 vs code/01rwdcore/02helptexthashbegin.rb in rwdgutenberg-0.13
- old
+ new
@@ -1,4 +1,16 @@
-
+ # Application RwdTinker orginally (c) 2004 Steven Gibson under GPL.
- Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Identificador de mensaje desconocido: #{kk.inspect}."; hh[kk] }
+ Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Message-ID Unknown: #{kk.inspect}."; hh[kk] }
helpmessage = {
+ :tinker_help => "rwdtinker is the core application for the
+ rwdapplications. "
+
+ }
+ helpmessage.each { |kk, vv| Helptext[kk] = vv }
+
+
+=begin
+ this is to set up the help buttons
+ this uses a hash
+=end
+
\ No newline at end of file