Commit a2481a3f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comdlg32: Remove some unused string resources that are not present on Windows.

parent 3346d092
...@@ -26,20 +26,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT ...@@ -26,20 +26,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE
{ {
IDS_ABOUTBOX "&About FolderPicker Test"
IDS_DOCUMENTFOLDERS "Document Folders"
IDS_PERSONAL "My Documents"
IDS_FAVORITES "My Favorites"
IDS_PATH "System Path"
IDS_DESKTOP "#msgctxt#display name#Desktop"
IDS_FONTS "Fonts"
IDS_MYCOMPUTER "My Computer"
}
STRINGTABLE
{
IDS_SYSTEMFOLDERS "System Folders"
IDS_LOCALHARDRIVES "Local Hard Drives"
IDS_FILENOTFOUND "File not found" IDS_FILENOTFOUND "File not found"
IDS_VERIFYFILE "Please verify that the correct file name was given" IDS_VERIFYFILE "Please verify that the correct file name was given"
IDS_CREATEFILE "File does not exist.\nDo you want to create file?" IDS_CREATEFILE "File does not exist.\nDo you want to create file?"
......
...@@ -97,22 +97,9 @@ typedef struct ...@@ -97,22 +97,9 @@ typedef struct
/*********************************************************************** /***********************************************************************
* Control IDs * Control IDs
*/ */
#define IDS_ABOUTBOX 101
#define IDS_DOCUMENTFOLDERS 102
#define IDS_PERSONAL 103
#define IDS_FAVORITES 104
#define IDS_PATH 105
#define IDS_DESKTOP 106
#define IDS_FONTS 108
#define IDS_MYCOMPUTER 110
#define IDS_SYSTEMFOLDERS 112
#define IDS_LOCALHARDRIVES 113
#define IDS_FILENOTFOUND 114 #define IDS_FILENOTFOUND 114
#define IDS_VERIFYFILE 115 #define IDS_VERIFYFILE 115
#define IDS_CREATEFILE 116 #define IDS_CREATEFILE 116
#define IDS_CREATEFOLDER_DENIED 117
#define IDS_FILEOPEN_CAPTION 118
#define IDS_OVERWRITEFILE 119 #define IDS_OVERWRITEFILE 119
#define IDS_INVALID_FILENAME_TITLE 120 #define IDS_INVALID_FILENAME_TITLE 120
#define IDS_INVALID_FILENAME 121 #define IDS_INVALID_FILENAME 121
......
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