[matroska] r1161 - trunk/MatroskaPack/Satsuki

[email protected] Wed, 11 May 2005 01:00:25 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-05-11 01:00:24 +0400 (Wed, 11 May 2005)
New Revision: 1161

Modified:
   trunk/MatroskaPack/Satsuki/Matroska_Pack_Lite.nsi
   trunk/MatroskaPack/Satsuki/todo.txt
Log:
pack: fix mouse-over text of the Lite pack

Modified: trunk/MatroskaPack/Satsuki/Matroska_Pack_Lite.nsi
===================================================================
--- trunk/MatroskaPack/Satsuki/Matroska_Pack_Lite.nsi	2005-05-10 20:48:59 UTC (rev 1160)
+++ trunk/MatroskaPack/Satsuki/Matroska_Pack_Lite.nsi	2005-05-10 21:00:24 UTC (rev 1161)
@@ -243,7 +243,7 @@
 	regdll "$INSTDIR\VSFilter.dll"
 sectionend
 
-section "CoreVorbis" SecCoreVorbis
+section "CoreVorbis" SCoreVorbis
 	SetOutPath "$INSTDIR"
     AddSize 240
 	Unregdll "CoreVorbis.ax"
@@ -262,7 +262,7 @@
 	regdll "$INSTDIR\WavPackDSSplitter.ax"
 sectionend
 
-section "!MatroskaDiag" SecDiag
+section "!MatroskaDiag" SecSecDiag
 	SetOutPath "$INSTDIR\MatroskaDiag"
     AddSize 253
 	file "elements\MatroskaDiag.exe"
@@ -343,6 +343,8 @@
     !insertmacro MUI_DESCRIPTION_TEXT ${SecHaaliAvi}    $(SecSecHaaliAvi)
     !insertmacro MUI_DESCRIPTION_TEXT ${SecHaaliMp4}    $(SecSecHaaliMp4)
     !insertmacro MUI_DESCRIPTION_TEXT ${SecVSFilter}    $(SecSecVSFilter)
+    !insertmacro MUI_DESCRIPTION_TEXT ${SCoreVorbis}    $(SecCoreVorbis)
     !insertmacro MUI_DESCRIPTION_TEXT ${SecWavpack}     $(SecSecWavpack)
     !insertmacro MUI_DESCRIPTION_TEXT ${SecMuxer}       $(SecSecMuxer)
+    !insertmacro MUI_DESCRIPTION_TEXT ${SecDiag}        $(SecSecDiag)
 !insertmacro MUI_FUNCTION_DESCRIPTION_END

Modified: trunk/MatroskaPack/Satsuki/todo.txt
===================================================================
--- trunk/MatroskaPack/Satsuki/todo.txt	2005-05-10 20:48:59 UTC (rev 1160)
+++ trunk/MatroskaPack/Satsuki/todo.txt	2005-05-10 21:00:24 UTC (rev 1161)
@@ -1,3 +1,2 @@
 +more languages
-+fix windows 98
 +pbs with unstalling/uninstalling MSE when it's loaded in memory
\ No newline at end of file