Add items "Check for updates" and "About" to window menu of session manager. Fixes issue #1296

This commit is contained in:
Ansgar Becker
2009-08-18 20:33:14 +00:00
parent 4bf22d785e
commit d8944ad3eb
3 changed files with 23 additions and 0 deletions

View File

@ -52,6 +52,7 @@ begin
Application.Title := APPNAME;
Application.UpdateFormatSettings := False;
Application.CreateForm(TMainForm, MainForm);
Application.OnMessage := Mainform.OnMessageHandler;
debug('perf: Main created.');
try