Fix for winedefault.reg

Maxime Bellengé maxime.bellenge at laposte.net
Fri Mar 14 17:35:26 CST 2003


Each time an open dialog box opened, I could see in the LOOKIN combobox
:
Shortcut
    MyComputer
       A:
       C:
       ...
And so on instead of
Desktop
    MyComputer
       A:
       C:
       ...

The problem comes from winedefault.reg.
The key
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\clsid\{00021400-0000-0000-c000-000000000046}
which is the one for the desktop was named "shortcut".

I attached a patch to fix the problem

a+

-- 
Maxime Bellengé <maxime.bellenge at laposte.net>

Index: winedefault.reg
===================================================================
RCS file: /home/wine/wine/winedefault.reg,v
retrieving revision 1.63
diff -u -r1.63 winedefault.reg
--- winedefault.reg	11 Mar 2003 01:45:39 -0000	1.63
+++ winedefault.reg	14 Mar 2003 23:23:32 -0000
@@ -872,7 +872,7 @@
 #
 

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}]
-@="Shortcut"
+@="Desktop"
 

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021400-0000-0000-C000-000000000046}\InProcServer32]
 @="shell32.dll"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: winedefault.reg.patch
Type: text/x-patch
Size: 544 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20030315/a12ffab5/winedefault.reg.bin


More information about the wine-patches mailing list