Bug 628157, ensure focus is set on print dialogs, r=jimm,a=blocking

This commit is contained in:
Neil Deakin 2011-02-07 09:46:31 -05:00
Родитель 62ddf369eb
Коммит 260a095f9b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -728,6 +728,7 @@ static UINT CALLBACK PrintHookProc(HWND hdlg, UINT uiMsg, WPARAM wParam, LPARAM
// Looks like we were able to extend the dialog
gDialogWasExtended = PR_TRUE;
return TRUE;
}
return 0L;
}
@ -1179,6 +1180,7 @@ static BOOL APIENTRY PropSheetCallBack(HWND hdlg, UINT uiMsg, UINT wParam, LONG
// Looks like we were able to extend the dialog
gDialogWasExtended = PR_TRUE;
return TRUE;
}
return 0L;
}