From 2894069d9124fb2fe554dbf42de6c5136bc009ee Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Mon, 18 Feb 2008 20:20:02 +0000 Subject: [PATCH] - Small fix svn path=/trunk/; revision=32413 --- reactos/dll/cpl/appwiz-new/lang/en-US.rc | 1 - reactos/dll/cpl/appwiz-new/resource.h | 1 - 2 files changed, 2 deletions(-) diff --git a/reactos/dll/cpl/appwiz-new/lang/en-US.rc b/reactos/dll/cpl/appwiz-new/lang/en-US.rc index 5c19e4ba9e3..4c444092a97 100644 --- a/reactos/dll/cpl/appwiz-new/lang/en-US.rc +++ b/reactos/dll/cpl/appwiz-new/lang/en-US.rc @@ -6,7 +6,6 @@ BEGIN BEGIN MENUITEM "&Remove", ID_APP_REMOVE MENUITEM "&Modify", ID_APP_MODIFY, GRAYED - MENUITEM "R&epair", ID_APP_REPAIR, GRAYED END END diff --git a/reactos/dll/cpl/appwiz-new/resource.h b/reactos/dll/cpl/appwiz-new/resource.h index 3c4dd483d06..a68362315ae 100644 --- a/reactos/dll/cpl/appwiz-new/resource.h +++ b/reactos/dll/cpl/appwiz-new/resource.h @@ -12,7 +12,6 @@ /* menu items */ #define ID_APP_REMOVE 14100 #define ID_APP_MODIFY 14101 -#define ID_APP_REPAIR 14102 /* icons */ #define IDI_CPLSYSTEM 1500