//============================================================================= // SchlonzMenuItem. //============================================================================= class SchlonzMenuItem expands UMenuModMenuItem; function Execute() { MenuItem.Owner.Root.CreateWindow(class'SchlonzConfigWindow',10,10,330,275); } defaultproperties { MenuCaption="&Schlonz UT1998" MenuHelp="Configure options for Schlonz UT1998" }