--- /tmp/gui/Headers/gnustep/gui/NSApplication.h Mon Sep 17 08:07:04 2001 +++ NSApplication.h Thu Nov 15 14:38:32 2001 @@ -82,6 +82,7 @@ NSMutableArray *_inactive; NSWindow *_hidden_key; GSInfoPanel *_infoPanel; + NSString *_windows_menu_title; } /* @@ -296,6 +297,7 @@ #ifndef NO_GNUSTEP - (NSWindow*) iconWindow; +- (void) setWindowsMenuTitle: (NSString *) theTitle; #endif @end