mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
- Fix a bug which broke build
svn path=/trunk/; revision=43072
This commit is contained in:
parent
8c36300c0b
commit
36e9913408
2 changed files with 2 additions and 2 deletions
|
@ -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" ");
|
||||||
}
|
}
|
||||||
|
|
|
@ -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" ");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue