it's mean to move main window with focus in front of a modal dialog

svn path=/trunk/; revision=34688
This commit is contained in:
Matthias Kupfer 2008-07-22 18:51:09 +00:00
parent 0cc9f32797
commit 82765169f6

View 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;
}