- Fix a bug which broke build

svn path=/trunk/; revision=43072
This commit is contained in:
Johannes Anderwald 2009-09-18 09:29:39 +00:00
parent 8c36300c0b
commit 36e9913408
2 changed files with 2 additions and 2 deletions

View file

@ -1385,7 +1385,7 @@ ISF_Desktop_ISFHelper_fnCopyItems (ISFHelper * iface, IShellFolder * pSFFrom, UI
pszFileName = wcsrchr(pszSrcList, '\\'); pszFileName = wcsrchr(pszSrcList, '\\');
pszFileName++; 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" "); wcscat(szTargetPath, L" ");
} }

View file

@ -1357,7 +1357,7 @@ ISFHelper_fnCopyItems (ISFHelper * iface, IShellFolder * pSFFrom, UINT cidl,
pszFileName = wcsrchr(pszSrcList, '\\'); pszFileName = wcsrchr(pszSrcList, '\\');
pszFileName++; 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" "); wcscat(szTargetPath, L" ");
} }