Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e80e6723
Commit
e80e6723
authored
Dec 11, 2003
by
Rocky Bernstein
Browse files
Let folks know that the no device string means to scan for one if
cddax and vcdx.
parent
343d3574
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.h
View file @
e80e6723
...
...
@@ -2,7 +2,7 @@
* libvlc.h: main libvlc header
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: libvlc.h,v 1.11
7
2003/12/11
01:36:12 yoann
Exp $
* $Id: libvlc.h,v 1.11
8
2003/12/11
13:21:11 rocky
Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -336,13 +336,25 @@ static char *ppsz_language_text[] =
#endif
#define VCD_DEV_TEXT N_("VCD device")
#ifdef HAVE_VCDX
#define VCD_DEV_LONGTEXT N_( \
"This is the default VCD device to use.")
"This is the default VCD device to use. " \
"If you don't specify anything, we'll scan for a suitable CD-ROM device." )
#else
#define VCD_DEV_LONGTEXT N_( \
"This is the default VCD device to use." )
#endif
#define CDAUDIO_DEV_TEXT N_("CD Audio device")
#ifdef HAVE_CDDAX
#define CDAUDIO_DEV_LONGTEXT N_( \
"This is the default CD Audio device to use.")
"This is the default CD Audio device to use. " \
"If you don't specify anything, we'll scan for a suitable CD-ROM device." )
#else
#define CDAUDIO_DEV_LONGTEXT N_( \
"This is the default CD Audio device to use." )
#endif
#define IPV6_TEXT N_("Force IPv6")
#define IPV6_LONGTEXT N_( \
"If you check this box, IPv6 will be used by default for all UDP and " \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment