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
a7566c48
Commit
a7566c48
authored
Oct 10, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oups. silly sed
parent
64b3218a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
modules/access/dvb/access.c
modules/access/dvb/access.c
+1
-1
modules/audio_output/portaudio.c
modules/audio_output/portaudio.c
+1
-1
modules/gui/pda/pda.c
modules/gui/pda/pda.c
+1
-1
modules/video_filter/osdmenu.c
modules/video_filter/osdmenu.c
+1
-1
No files found.
modules/access/dvb/access.c
View file @
a7566c48
...
...
@@ -180,7 +180,7 @@ static void Close( vlc_object_t *p_this );
vlc_module_begin
();
set_shortname
(
_
(
"DVB"
)
);
set_
shortname
(
_
(
"DVB input with v4l2 support"
)
);
set_
description
(
_
(
"DVB input with v4l2 support"
)
);
set_category
(
CAT_INPUT
);
set_subcategory
(
SUBCAT_INPUT_ACCESS
);
...
...
modules/audio_output/portaudio.c
View file @
a7566c48
...
...
@@ -109,7 +109,7 @@ static int PAOpenStream( aout_instance_t * );
vlc_module_begin
();
set_shortname
(
"PortAudio"
);
set_
shortname
(
_
(
"PORTAUDIO audio output"
)
);
set_
description
(
_
(
"PORTAUDIO audio output"
)
);
set_category
(
CAT_AUDIO
);
set_subcategory
(
SUBCAT_AUDIO_AOUT
);
add_integer
(
"portaudio-device"
,
0
,
NULL
,
...
...
modules/gui/pda/pda.c
View file @
a7566c48
...
...
@@ -63,7 +63,7 @@ gint E_(GtkModeManage) ( intf_thread_t * p_intf );
* Module descriptor
*****************************************************************************/
vlc_module_begin
();
set_
shortname
(
_
(
"PDA Linux Gtk2+ interface"
)
);
set_
description
(
_
(
"PDA Linux Gtk2+ interface"
)
);
set_category
(
CAT_INTERFACE
);
set_subcategory
(
SUBCAT_INTERFACE_MAIN
);
// add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, VLC_TRUE );
...
...
modules/video_filter/osdmenu.c
View file @
a7566c48
...
...
@@ -115,7 +115,7 @@ vlc_module_begin();
OSD_UPDATE_LONGTEXT
,
VLC_TRUE
);
set_capability
(
"sub filter"
,
100
);
set_
shortname
(
_
(
"On Screen Display menu"
)
);
set_
description
(
_
(
"On Screen Display menu"
)
);
set_shortname
(
_
(
"OSD menu"
)
);
add_shortcut
(
"osdmenu"
);
/*
...
...
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