Huw Davies : shell32: Remove an extraneous '@'.

Alexandre Julliard julliard at winehq.org
Mon Apr 24 16:11:23 CDT 2017


Module: wine
Branch: master
Commit: 6751e57e0b846e3021f0179642a33c35b74b64ef
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6751e57e0b846e3021f0179642a33c35b74b64ef

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Apr 24 16:01:38 2017 +0100

shell32: Remove an extraneous '@'.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/shell32.rgs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/shell32.rgs b/dlls/shell32/shell32.rgs
index 79bf4b7..877be6b 100644
--- a/dlls/shell32/shell32.rgs
+++ b/dlls/shell32/shell32.rgs
@@ -9,7 +9,7 @@ HKCR
         '{645FF040-5081-101B-9F08-00AA002F954E}'
         {
             val LocalizedString = s '@%MODULE%,-8964'
-            DefaultIcon = s '@%MODULE%,-33'
+            DefaultIcon = s '%MODULE%,-33'
         }
         '{00021401-0000-0000-C000-000000000046}' { shellex { MayChangeDefaultMenu } }
     }




More information about the wine-cvs mailing list