it's mean to move main window with focus in front of a modal dialog
authorMatthias Kupfer <mkupfer@reactos.org>
Tue, 22 Jul 2008 18:51:09 +0000 (18:51 +0000)
committerMatthias Kupfer <mkupfer@reactos.org>
Tue, 22 Jul 2008 18:51:09 +0000 (18:51 +0000)
svn path=/trunk/; revision=34688

reactos/base/applications/mscutils/servman/mainwnd.c

index a00fca6..f955a0b 100644 (file)
@@ -512,7 +512,6 @@ MainWndCommand(PMAIN_WND_INFO Info,
                        _T("Help is not yet implemented\n"),
                        _T("Note!"),
                        MB_OK | MB_ICONINFORMATION);
-            SetFocus(Info->hListView);
         break;
 
         case ID_EXIT:
@@ -570,7 +569,6 @@ MainWndCommand(PMAIN_WND_INFO Info,
                       MAKEINTRESOURCE(IDD_ABOUTBOX),
                       Info->hMainWnd,
                       (DLGPROC)AboutDialogProc);
-            SetFocus(Info->hListView);
         break;
 
     }