Alexandre Julliard : wine.inf: Fix the wordpad.exe path in associations.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 3 07:40:00 CST 2016


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jan 28 21:23:02 2016 +0900

wine.inf: Fix the wordpad.exe path in associations.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 41cb62acd902dd81c75b22edb1645edddea14a2a)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 loader/wine.inf.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 7c0ad09..b3a81d85 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -218,13 +218,13 @@ HKCR,Msi.Patch,,2,"Windows Installer Patch"
 HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
 HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1"""
 HKCR,rtffile,,2,"Rich Text Document"
-HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
-HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
+HKCR,rtffile\shell\open\command,,2,"%16422%\Windows NT\Accessories\wordpad.exe %1"
+HKCR,rtffile\shell\print\command,,2,"%16422%\Windows NT\Accessories\wordpad.exe /p %1"
 HKCR,txtfile,,2,"Text Document"
 HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
 HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
-HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
-HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
+HKCR,wrifile\shell\open\command,,2,"%16422%\Windows NT\Accessories\wordpad.exe %1"
+HKCR,wrifile\shell\print\command,,2,"%16422%\Windows NT\Accessories\wordpad.exe /p %1"
 HKCR,xmlfile,,2,"XML Document"
 HKCR,xmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
 HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"




More information about the wine-cvs mailing list