mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[USRMGR] Disable the Extra tab. It serves no purpose. (#700)
This commit is contained in:
parent
d3045af9d5
commit
4ceea74919
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ InitPropSheetPage(PROPSHEETPAGE *psp, WORD idDlg, DLGPROC DlgProc)
|
|||
static LONG APIENTRY
|
||||
UsrmgrApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
PROPSHEETPAGE psp[3];
|
||||
PROPSHEETPAGE psp[2];
|
||||
PROPSHEETHEADER psh;
|
||||
TCHAR Caption[1024];
|
||||
|
||||
|
@ -66,7 +66,7 @@ UsrmgrApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
|
|||
|
||||
InitPropSheetPage(&psp[0], IDD_USERS, UsersPageProc);
|
||||
InitPropSheetPage(&psp[1], IDD_GROUPS, GroupsPageProc);
|
||||
InitPropSheetPage(&psp[2], IDD_EXTRA, ExtraPageProc);
|
||||
/* InitPropSheetPage(&psp[2], IDD_EXTRA, ExtraPageProc); */
|
||||
|
||||
return (LONG)(PropertySheet(&psh) != -1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue