shell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESKTOPDIRECTORY.

Akihiro Sagawa sagawa.aki at gmail.com
Fri Aug 7 10:28:30 CDT 2009


In shell32/shellpath.c, IDS_DESKTOP is used for desktop name. And
IDS_DESKTOPDIRECTORY is used for desktop path. These definitions are
same texts in English resource file, but not in some languages.

This patch makes that CSIDL_COMMON_DESKTOPDIRECTORY declaration uses
IDS_DESKTOPDIRECTORY instead of IDS_DESKTOP. This IDS_DESKTOPDIRECTORY usage
is equivalent of CSIDL_DESKTOPDIRECTORY's one.

---
 dlls/shell32/shellpath.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
Best Regards,
Akihiro Sagawa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-shell32-Use-IDS_DESKTOPDIRECTORY-for-CSIDL_COMMON_D.txt
Type: application/octet-stream
Size: 489 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090808/5ad10e80/attachment.obj>


More information about the wine-patches mailing list