- Fix a bug which broke build
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 18 Sep 2009 09:29:39 +0000 (09:29 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 18 Sep 2009 09:29:39 +0000 (09:29 +0000)
svn path=/trunk/; revision=43072

reactos/dll/win32/shell32/shfldr_desktop.c
reactos/dll/win32/shell32/shfldr_fs.c

index 0222fe2..c051553 100644 (file)
@@ -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" ");
             }
index 5f7c84b..381293d 100644 (file)
@@ -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" ");
             }