hi,
i know there is a perl tk mailinglist but i don't want to
do all this subscribe stuff atm so i ask here since you
all helped me a lot already (thanks a lot again) :-)
i've got a perl/tk script including a Menu frame
use Tk;
$mw = MainWindow->new;
$mw->title("whatever");
$mw->geometry("100x100+0+0");
$menu_fr = $mw->menu();
MainLoop;
(not my real code, just a quick example)
but this creates a window and a menuframe with an
automaticly created 'File' Menu but since my script
should be german i want to rename it to 'Datei'
without editing the tk module itself.
How can i change this ?
Thanks in advance
Jaschar Otto
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]