This is an automated email from the git hooks/post-receive script. mgilbert pushed a commit to branch master in repository wine.
commit d8ca8c275dc8b8269f0e4abe478e616645100c65 Author: Austin English <[email protected]> Date: Tue Apr 8 23:26:55 2014 -0700 wmp: Add HKLM\\Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions key. --- dlls/wmp/wmp.rgs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dlls/wmp/wmp.rgs b/dlls/wmp/wmp.rgs index fa40fa7..216b964 100644 --- a/dlls/wmp/wmp.rgs +++ b/dlls/wmp/wmp.rgs @@ -18,3 +18,20 @@ HKCR Insertable } } + +HKLM +{ + NoRemove Software + { + NoRemove Microsoft + { + NoRemove Multimedia + { + WMPlayer + { + Extensions + } + } + } + } +} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
