remove outdated unimplemented MessageBox

svn path=/trunk/; revision=39195
This commit is contained in:
Matthias Kupfer 2009-01-29 13:53:13 +00:00
parent 4756f82dd3
commit dc406bd2bc
2 changed files with 0 additions and 6 deletions

View file

@ -22,10 +22,6 @@ RenameProfDlgProc(HWND hwndDlg,
switch (uMsg)
{
case WM_INITDIALOG:
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
break;
case WM_COMMAND:
if ((LOWORD(wParam) == IDOK) || (LOWORD(wParam) == IDCANCEL))
{
@ -60,7 +56,6 @@ HardProfDlgProc(HWND hwndDlg,
SendMessage(GetDlgItem(hwndDlg, IDC_HRDPROFDWN),
BM_SETIMAGE,(WPARAM)IMAGE_ICON,
(LPARAM)(HANDLE)LoadIcon(hApplet, MAKEINTRESOURCE(IDI_DOWN)));
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
}
break;

View file

@ -139,7 +139,6 @@ UserProfileDlgProc(HWND hwndDlg,
switch (uMsg)
{
case WM_INITDIALOG:
MessageBox(hwndDlg, _T("Dialog not yet implemented!"), NULL, 0);
OnInitDialog(hwndDlg);
break;