Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
fd08420a
Commit
fd08420a
authored
Jan 04, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DShow: remove choices from translated string
Should simplify translators' work
parent
a6dd52dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
modules/access/dshow/dshow.cpp
modules/access/dshow/dshow.cpp
+2
-3
No files found.
modules/access/dshow/dshow.cpp
View file @
fd08420a
...
...
@@ -168,8 +168,7 @@ static const char *const ppsz_standards_list_text[] =
"(0 means default)." )
#define TVFREQ_TEXT N_("Tuner Frequency")
#define TVFREQ_LONGTEXT N_( "This overrides the channel. Measured in Hz." )
#define STANDARD_TEXT N_( "Standard" )
#define STANDARD_LONGTEXT N_( "Video standard (Default, SECAM_D, PAL_B, NTSC_M, etc...)." )
#define STANDARD_TEXT N_( "Video standard" )
#define COUNTRY_TEXT N_("Tuner country code")
#define COUNTRY_LONGTEXT N_( \
"Set the tuner country code that establishes the current " \
...
...
@@ -262,7 +261,7 @@ vlc_module_begin ()
add_integer
(
CFG_PREFIX
"tuner-country"
,
0
,
COUNTRY_TEXT
,
COUNTRY_LONGTEXT
,
true
)
add_integer
(
CFG_PREFIX
"tuner-standard"
,
0
,
STANDARD_TEXT
,
STANDARD_
LONG
TEXT
,
add_integer
(
CFG_PREFIX
"tuner-standard"
,
0
,
STANDARD_TEXT
,
STANDARD_TEXT
,
false
)
change_integer_list
(
i_standards_list
,
ppsz_standards_list_text
)
change_safe
()
...
...
Write
Preview
Markdown
is supported
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