Commit f27e4a4a authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

shell32: Remove two unused strings.

These were never used. They were probably anticipating the context menu, but are missing accelerators and otherwise redundant with the existing entries.
parent e7364e21
......@@ -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"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment