mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- use translated verb for cplopen action
svn path=/trunk/; revision=35074
This commit is contained in:
@@ -554,6 +554,9 @@ SH_AddStaticEntryToMenu(HMENU hMenu, UINT indexMenu, ItemCmImpl * This)
|
||||
idResource = IDS_PLAY_VERB;
|
||||
else if (!wcsicmp(curEntry->szVerb, L"preview"))
|
||||
idResource = IDS_PREVIEW_VERB;
|
||||
else if (!wcsicmp(curEntry->szVerb, L"cplopen"))
|
||||
idResource = IDS_OPEN_VERB;
|
||||
|
||||
else
|
||||
idResource = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user