[racket-dev] application:current-app-name not appearing in Help menu
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
the docs for application:current-app-name say that it is used in the
Help menu, but that doesn't seem to work for the following program:
#lang racket/gui
(require framework)
(application:current-app-name "Land Usage Calculator")
(define root-frame (new (frame:standard-menus-mixin frame:basic%)
(label (application:current-app-name))
(width 200)
(height 200) ))
(send root-frame show #t)
Marijn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk75mEoACgkQp/VmCx0OL2xClgCeMUZ6Xn8UBPH3PNZ225yiYQQb
xXEAn29Z77e/r+slBRmGHtcJktBhRESf
=UWwC
-----END PGP SIGNATURE-----