Sha256: e6cba8a1900d1bdf3a371ef352ed83a9aebfd90fcdfe6576661498bbbcb955fa
Contents?: true
Size: 794 Bytes
Versions: 11
Compression:
Stored size: 794 Bytes
Contents
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', <br> On that back screen you will find:<br> List Applets: you can see and delete installed applets<br> List Zips: you can see lists of applets that you can install<br> Edit Configuration: You can view the rwdtinker configuration and change it<br> Diagnostic Tab: You can view the environments variables that rwdtinker is running with<br> " } helpmessage.each { |kk, vv| Helptext[kk] = vv }
Version data entries
11 entries across 11 versions & 10 rubygems