[racket-dev] application:current-app-name not appearing in Help menu

From: Marijn (hkBst at gentoo.org)
Date: Tue Dec 27 05:04:59 EST 2011

-----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-----


Posted on the dev mailing list.