]> git.sesse.net Git - vlc/commitdiff
* modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.
authorGildas Bazin <gbazin@videolan.org>
Sun, 19 Sep 2004 14:58:43 +0000 (14:58 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 19 Sep 2004 14:58:43 +0000 (14:58 +0000)
modules/video_filter/logo.c

index e8c48d4a729f0a981835b796d235c6f3730ddcc5..87c0aee582a66aaba47eb6bc7855e85f63d587e3 100644 (file)
@@ -59,7 +59,7 @@ static void DestroyFilter( vlc_object_t * );
  * Module descriptor
  *****************************************************************************/
 #define FILE_TEXT N_("Logo filename")
-#define FILE_LONGTEXT N_("The file must be in PNG RGBA 8bits format (for now).")
+#define FILE_LONGTEXT N_("Full path of the PNG file to use.")
 #define POSX_TEXT N_("X coordinate of the logo")
 #define POSX_LONGTEXT N_("You can move the logo by left-clicking on it." )
 #define POSY_TEXT N_("Y coordinate of the logo")