Fixed Unicode strings.
This commit is contained in:
parent
94ba450f75
commit
c968ed1542
|
@ -42,9 +42,9 @@ typedef struct IContextMenu IContextMenu, *LPCONTEXTMENU;
|
|||
#define CMDSTR_NEWFOLDERA "NewFolder"
|
||||
#define CMDSTR_VIEWLISTA "ViewList"
|
||||
#define CMDSTR_VIEWDETAILSA "ViewDetails"
|
||||
#define CMDSTR_NEWFOLDERW L"NewFolder"
|
||||
#define CMDSTR_VIEWLISTW L"ViewList"
|
||||
#define CMDSTR_VIEWDETAILSW L"ViewDetails"
|
||||
static const WCHAR CMDSTR_NEWFOLDERW[] = {'N','e','w','F','o','l','d','e','r',0};
|
||||
static const WCHAR CMDSTR_VIEWLISTW [] = {'V','i','e','w','L','i','s','t',0};
|
||||
static const WCHAR CMDSTR_VIEWDETAILSW[] = {'V','i','e','w','D','e','t','a','i','l','s',0};
|
||||
|
||||
#define CMDSTR_NEWFOLDER CMDSTR_NEWFOLDERA
|
||||
#define CMDSTR_VIEWLIST CMDSTR_VIEWLISTA
|
||||
|
|
Loading…
Reference in New Issue