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

From: Marijn (hkBst at gentoo.org)
Date: Wed Jan 11 08:46:45 EST 2012

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 27-12-11 11:04, Marijn wrote:
> 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)

This program still has an empty Help menu,

Marijn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8NksUACgkQp/VmCx0OL2woJgCghTK1eV5IC1hxOOdGkiV4XRoO
F9MAnRwMXO5ntSHrV9395tIZb/OujH1b
=Dh+0
-----END PGP SIGNATURE-----


Posted on the dev mailing list.