mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
forgot to clean up my mess
svn path=/trunk/; revision=25321
This commit is contained in:
parent
057b027ea2
commit
75a5ab0577
1 changed files with 0 additions and 2 deletions
|
@ -965,8 +965,6 @@ void TaskManager_OnTabWndSelChange(void)
|
|||
LoadString(hInst, IDS_MENU_DETAILS, szTemp, 256);
|
||||
AppendMenu(hViewMenu, MF_STRING, ID_VIEW_DETAILS, szTemp);
|
||||
|
||||
//RemoveMenu(hMenu, 3, MF_BYPOSITION);
|
||||
|
||||
if (GetMenuItemCount(hMenu) <= 4) {
|
||||
hSubMenu = LoadMenu(hInst, MAKEINTRESOURCE(IDR_WINDOWSMENU));
|
||||
|
||||
|
|
Loading…
Reference in a new issue