Helptext = Hash.new { |hh, kk| hh[kk] = "ERROR: Identificador de mensaje desconocido: #{kk.inspect}."; hh[kk] }
helpmessage = {
:general_help => "You can work with Applets: go to 'Selection tab',
On that back screen you will find:
List Applets: you can see and delete installed applets
List Zips: you can see lists of applets that you can install
Edit Configuration: You can view the rwdtinker configuration and change it
Diagnostic Tab: You can view the environments variables that rwdtinker is running with
"
}
helpmessage.each { |kk, vv| Helptext[kk] = vv }