summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-01-18 23:16:05 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-01-18 23:16:05 +0000
commit20a738eb140c2d96858a5b2e31154c1e6dd5ab16 (patch)
treef39c6bed2215add29b008e13eb9d337cbec738e9 /src
parent5adf74319fe6bfa900f192fa26ea7b960fcbc610 (diff)
downloadxine-lib-20a738eb140c2d96858a5b2e31154c1e6dd5ab16.tar.gz
xine-lib-20a738eb140c2d96858a5b2e31154c1e6dd5ab16.tar.bz2
Fixed description string.
CVS patchset: 1426 CVS date: 2002/01/18 23:16:05
Diffstat (limited to 'src')
-rw-r--r--src/input/input_vcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c
index 347b50f79..b221cd86b 100644
--- a/src/input/input_vcd.c
+++ b/src/input/input_vcd.c
@@ -17,7 +17,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_vcd.c,v 1.35 2002/01/02 18:16:07 jkeil Exp $
+ * $Id: input_vcd.c,v 1.36 2002/01/18 23:16:05 f1rmb Exp $
*
*/
@@ -960,7 +960,7 @@ static void vcd_plugin_stop (input_plugin_t *this_gen) {
*
*/
static char *vcd_plugin_get_description (input_plugin_t *this_gen) {
- return _("plain file input plugin as shipped with xine");
+ return _("vcd device input plugin as shipped with xine");
}
/*