[xiph-commits] r17759 - in trunk/oggdsf: . build/NSIS/Release

cristianadam at svn.xiph.org cristianadam at svn.xiph.org
Wed Dec 15 14:09:05 PST 2010


Author: cristianadam
Date: 2010-12-15 14:09:04 -0800 (Wed, 15 Dec 2010)
New Revision: 17759

Modified:
   trunk/oggdsf/ChangeLog.txt
   trunk/oggdsf/build/NSIS/Release/macros.nsi
Log:
Fixed #1619: Contextual menu / open

Modified: trunk/oggdsf/ChangeLog.txt
===================================================================
--- trunk/oggdsf/ChangeLog.txt	2010-12-15 20:24:02 UTC (rev 17758)
+++ trunk/oggdsf/ChangeLog.txt	2010-12-15 22:09:04 UTC (rev 17759)
@@ -11,6 +11,7 @@
     * Theora Decoder filter can now be connected to the output of the Theora Encoder filter.
     * Fixed graph freeze when a Vorbis Decoder filter was connected to the output of a 
       Vorbis Encoder filter.
+    * Fixed #1619: Contextual menu / open
     * Fixed #1748: opencodecs unable to cope with less usual audio setups (ogg 6.1, possibly 7.1 
       and other non-stereo ones)
 

Modified: trunk/oggdsf/build/NSIS/Release/macros.nsi
===================================================================
--- trunk/oggdsf/build/NSIS/Release/macros.nsi	2010-12-15 20:24:02 UTC (rev 17758)
+++ trunk/oggdsf/build/NSIS/Release/macros.nsi	2010-12-15 22:09:04 UTC (rev 17759)
@@ -100,6 +100,10 @@
         WriteRegStr HKCR "${typeName}\shellex\ContextMenuHandlers\WMPAddToPlaylist" "" "{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}"
         WriteRegStr HKCR "${typeName}\shellex\ContextMenuHandlers\WMPPlayAsPlaylist" "" "{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}"
     ${EndIf}
+    
+    ${If} ${AtLeastWinVista}
+        WriteRegStr HKCR "${typeName}\shell\play\command" "DelegateExecute" "{ed1d0fdf-4414-470a-a56d-cfb68623fc58}"
+    ${EndIf}
 
     WriteRegStr HKCR "${typeName}\DefaultIcon" "" "$INSTDIR\${IcoFile}"
 !macroend



More information about the commits mailing list