mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix a bug which broke build
svn path=/trunk/; revision=43072
This commit is contained in:
@@ -1385,7 +1385,7 @@ ISF_Desktop_ISFHelper_fnCopyItems (ISFHelper * iface, IShellFolder * pSFFrom, UI
|
||||
pszFileName = wcsrchr(pszSrcList, '\\');
|
||||
pszFileName++;
|
||||
|
||||
if (LoadStringW(shell32_hInstance, IDS_COPY_FROM, pszTarget, MAX_PATH - length))
|
||||
if (LoadStringW(shell32_hInstance, IDS_COPY_OF, pszTarget, MAX_PATH - length))
|
||||
{
|
||||
wcscat(szTargetPath, L" ");
|
||||
}
|
||||
|
||||
@@ -1357,7 +1357,7 @@ ISFHelper_fnCopyItems (ISFHelper * iface, IShellFolder * pSFFrom, UINT cidl,
|
||||
pszFileName = wcsrchr(pszSrcList, '\\');
|
||||
pszFileName++;
|
||||
|
||||
if (LoadStringW(shell32_hInstance, IDS_COPY_FROM, pszTarget, MAX_PATH - length))
|
||||
if (LoadStringW(shell32_hInstance, IDS_COPY_OF, pszTarget, MAX_PATH - length))
|
||||
{
|
||||
wcscat(szTargetPath, L" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user