comdlg32: Remove some unused string resources that are not present on Windows.
This commit is contained in:
parent
3346d092e5
commit
a2481a3f6b
|
@ -26,20 +26,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
|||
|
||||
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_VERIFYFILE "Please verify that the correct file name was given"
|
||||
IDS_CREATEFILE "File does not exist.\nDo you want to create file?"
|
||||
|
|
|
@ -97,22 +97,9 @@ typedef struct
|
|||
/***********************************************************************
|
||||
* 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_VERIFYFILE 115
|
||||
#define IDS_CREATEFILE 116
|
||||
#define IDS_CREATEFOLDER_DENIED 117
|
||||
#define IDS_FILEOPEN_CAPTION 118
|
||||
#define IDS_OVERWRITEFILE 119
|
||||
#define IDS_INVALID_FILENAME_TITLE 120
|
||||
#define IDS_INVALID_FILENAME 121
|
||||
|
|
442
po/en_US.po
442
po/en_US.po
File diff suppressed because it is too large
Load Diff
454
po/nb_NO.po
454
po/nb_NO.po
File diff suppressed because it is too large
Load Diff
452
po/pt_BR.po
452
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
462
po/pt_PT.po
462
po/pt_PT.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
442
po/wine.pot
442
po/wine.pot
File diff suppressed because it is too large
Load Diff
454
po/zh_CN.po
454
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
444
po/zh_TW.po
444
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue