log off button in start menu

svn path=/trunk/; revision=5626
This commit is contained in:
Martin Fuchs
2003-08-17 23:14:23 +00:00
parent 54a2b50917
commit b5aac7eb36
20 changed files with 407 additions and 110 deletions
@@ -73,7 +73,8 @@ ShellBrowserChild::~ShellBrowserChild()
LRESULT ShellBrowserChild::Init(LPCREATESTRUCT pcs)
{
super::Init(pcs);
if (super::Init(pcs))
return 1;
_hWndFrame = GetParent(pcs->hwndParent);