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_d…
==============================================================================
--- 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_f…
==============================================================================
--- 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" ");
}