diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-06-23 19:34:36 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-06-23 19:34:36 +0000 |
commit | 6bd244f210873b33611713256c58d9d139e0e945 (patch) | |
tree | 4975bc421e654bbb8dbd416f9f77395da73ae728 | |
parent | f9604148d3461cabc34a37ef3419e67af2ce6953 (diff) | |
download | xine-lib-6bd244f210873b33611713256c58d9d139e0e945.tar.gz xine-lib-6bd244f210873b33611713256c58d9d139e0e945.tar.bz2 |
logo mrl fix (where else?)
CVS patchset: 2140
CVS date: 2002/06/23 19:34:36
-rw-r--r-- | include/xine.h.tmpl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index fa6353cdc..c059e6b1b 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.100 2002/06/16 22:15:11 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.101 2002/06/23 19:34:36 guenter Exp $ * */ @@ -55,7 +55,7 @@ extern "C" { * \def XINE_LOGO_FILE * Default logo file. */ -#define XINE_LOGO_FILE "file://@XINE_SKINPATH@/xine_logo.mpg" +#define XINE_LOGO_FILE "file://@XINE_SKINPATH@/xine_logo.mpv" /** * \defgroup build_info Build informations |