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
5d682437
Commit
5d682437
authored
Jan 29, 2009
by
Rémi Denis-Courmont
Browse files
Fix double translation
parent
3514349e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/xcb/xcb.c
View file @
5d682437
...
...
@@ -59,8 +59,8 @@ static void Close (vlc_object_t *);
* Module descriptor
*/
vlc_module_begin
()
set_shortname
(
_
(
"XCB"
))
set_description
(
_
(
"(Experimental) XCB video output"
))
set_shortname
(
N
_
(
"XCB"
))
set_description
(
N
_
(
"(Experimental) XCB video output"
))
set_category
(
CAT_VIDEO
)
set_subcategory
(
SUBCAT_VIDEO_VOUT
)
set_capability
(
"video output"
,
0
)
...
...
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