Author: dquintana Date: Mon Jun 23 23:04:55 2014 New Revision: 63639
URL: http://svn.reactos.org/svn/reactos?rev=63639&view=rev Log: [EXPLORER-NEW] * Disregard the restricted setting and always remove the Search menu from the start menu. When Search is implemented, it can be reenabled.
Modified: branches/shell-experiments/base/shell/explorer-new/startmnu.c
Modified: branches/shell-experiments/base/shell/explorer-new/startmnu.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp... ============================================================================== --- branches/shell-experiments/base/shell/explorer-new/startmnu.c [iso-8859-1] (original) +++ branches/shell-experiments/base/shell/explorer-new/startmnu.c [iso-8859-1] Mon Jun 23 23:04:55 2014 @@ -623,7 +623,8 @@ }
/* Search */ - if (SHRestricted(REST_NOFIND)) + /* FIXME: Enable after implementing */ + /* if (SHRestricted(REST_NOFIND)) */ { DeleteMenu(hMenu, IDM_SEARCH,