Author: tkreuzer
Date: Sat Apr 14 12:10:02 2012
New Revision: 56345

URL: http://svn.reactos.org/svn/reactos?rev=56345&view=rev
Log:
[SHELL32]
Fix a trace message, noticed by Edijus

Modified:
    trunk/reactos/dll/win32/shell32/shelllink.cpp

Modified: trunk/reactos/dll/win32/shell32/shelllink.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shelllink.cpp?rev=56345&r1=56344&r2=56345&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shelllink.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shelllink.cpp [iso-8859-1] Sat Apr 14 
12:10:02 2012
@@ -592,7 +592,7 @@
     if (hdr.dwFlags & SLDF_HAS_ARGS)
     {
         hr = Stream_LoadString(stm, unicode, &sArgs);
-        TRACE("Working Dir  -> %s\n", debugstr_w(sArgs));
+        TRACE("Arguments    -> %s\n", debugstr_w(sArgs));
     }
     if (FAILED(hr))
         goto end;


Reply via email to