From: Zebediah Figura zfigura@codeweavers.com
These were never used. They were probably anticipating the context menu, but are missing accelerators and otherwise redundant with the existing entries. --- dlls/shell32/shell32.rc | 2 -- dlls/shell32/shresdef.h | 2 -- 2 files changed, 4 deletions(-)
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index f899a27f12c..ac8b787c257 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -160,8 +160,6 @@ STRINGTABLE IDS_VIEW_SMALL "S&mall Icons" IDS_VIEW_LIST "&List" IDS_VIEW_DETAILS "&Details" - IDS_SELECT "Select" - IDS_OPEN "Open"
IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied." IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder" diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index af8eb46a09f..77c36523ec8 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -49,8 +49,6 @@ #define IDS_MYCOMPUTER 21 #define IDS_CONTROLPANEL 22
-#define IDS_SELECT 23 -#define IDS_OPEN 24 #define IDS_VIEW_LARGE 25 #define IDS_VIEW_SMALL 26 #define IDS_VIEW_LIST 27