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

Alexandre Julliard julliard at winehq.org
Fri Oct 20 07:19:59 CDT 2017


Module: wine
Branch: stable
Commit: ccb3f4175f2652db790756c755053145433b787b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ccb3f4175f2652db790756c755053145433b787b

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>
(cherry picked from commit 6751e57e0b846e3021f0179642a33c35b74b64ef)
Signed-off-by: Michael Stefaniuc <mstefani 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