[ros-diffs] [janderwald] 43072: - Fix a bug which broke build

janderwald at svn.reactos.org janderwald at svn.reactos.org
Fri Sep 18 11:29:40 CEST 2009


Author: janderwald
Date: Fri Sep 18 11:29:39 2009
New Revision: 43072

URL: http://svn.reactos.org/svn/reactos?rev=43072&view=rev
Log:
- Fix a bug which broke build

Modified:
    trunk/reactos/dll/win32/shell32/shfldr_desktop.c
    trunk/reactos/dll/win32/shell32/shfldr_fs.c

Modified: trunk/reactos/dll/win32/shell32/shfldr_desktop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shfldr_desktop.c?rev=43072&r1=43071&r2=43072&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shfldr_desktop.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shfldr_desktop.c [iso-8859-1] Fri Sep 18 11:29:39 2009
@@ -1385,7 +1385,7 @@
             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" ");
             }

Modified: trunk/reactos/dll/win32/shell32/shfldr_fs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shfldr_fs.c?rev=43072&r1=43071&r2=43072&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shfldr_fs.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shfldr_fs.c [iso-8859-1] Fri Sep 18 11:29:39 2009
@@ -1357,7 +1357,7 @@
             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" ");
             }




More information about the Ros-diffs mailing list