mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
remove outdated unimplemented MessageBox
svn path=/trunk/; revision=39195
This commit is contained in:
parent
4756f82dd3
commit
dc406bd2bc
2 changed files with 0 additions and 6 deletions
|
@ -22,10 +22,6 @@ RenameProfDlgProc(HWND hwndDlg,
|
||||||
|
|
||||||
switch (uMsg)
|
switch (uMsg)
|
||||||
{
|
{
|
||||||
case WM_INITDIALOG:
|
|
||||||
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case WM_COMMAND:
|
case WM_COMMAND:
|
||||||
if ((LOWORD(wParam) == IDOK) || (LOWORD(wParam) == IDCANCEL))
|
if ((LOWORD(wParam) == IDOK) || (LOWORD(wParam) == IDCANCEL))
|
||||||
{
|
{
|
||||||
|
@ -60,7 +56,6 @@ HardProfDlgProc(HWND hwndDlg,
|
||||||
SendMessage(GetDlgItem(hwndDlg, IDC_HRDPROFDWN),
|
SendMessage(GetDlgItem(hwndDlg, IDC_HRDPROFDWN),
|
||||||
BM_SETIMAGE,(WPARAM)IMAGE_ICON,
|
BM_SETIMAGE,(WPARAM)IMAGE_ICON,
|
||||||
(LPARAM)(HANDLE)LoadIcon(hApplet, MAKEINTRESOURCE(IDI_DOWN)));
|
(LPARAM)(HANDLE)LoadIcon(hApplet, MAKEINTRESOURCE(IDI_DOWN)));
|
||||||
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
@ -139,7 +139,6 @@ UserProfileDlgProc(HWND hwndDlg,
|
||||||
switch (uMsg)
|
switch (uMsg)
|
||||||
{
|
{
|
||||||
case WM_INITDIALOG:
|
case WM_INITDIALOG:
|
||||||
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
|
|
||||||
OnInitDialog(hwndDlg);
|
OnInitDialog(hwndDlg);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue