diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input_dvd.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 84ca1aeff..fbb75e2e9 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_dvd.c,v 1.112 2002/11/02 15:13:01 mroi Exp $ + * $Id: input_dvd.c,v 1.113 2002/11/03 23:03:31 siggi Exp $ * */ @@ -1676,6 +1676,9 @@ static void *init_class (xine_t *xine, void *data) { /* * $Log: input_dvd.c,v $ + * Revision 1.113 2002/11/03 23:03:31 siggi + * some more release-related fixes... + * * Revision 1.112 2002/11/02 15:13:01 mroi * don't display crap in UI panel, xine-ui expects a xine_ui_data_t and * I think this is right, so we provide one @@ -1886,6 +1889,6 @@ static void *init_class (xine_t *xine, void *data) { plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_INPUT, 9, "dvd", XINE_VERSION_CODE, NULL, init_class }, + { PLUGIN_INPUT, 9, "DVD", XINE_VERSION_CODE, NULL, init_class }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |