Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
01dee6ce
Commit
01dee6ce
authored
Nov 19, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use appropriate help text.
parent
fc2c2f41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/gui/skins2/src/skin_main.cpp
modules/gui/skins2/src/skin_main.cpp
+4
-2
No files found.
modules/gui/skins2/src/skin_main.cpp
View file @
01dee6ce
...
@@ -436,6 +436,8 @@ static int onTaskBarChange( vlc_object_t *pObj, const char *pVariable,
...
@@ -436,6 +436,8 @@ static int onTaskBarChange( vlc_object_t *pObj, const char *pVariable,
#define SKINS2_TRANSPARENCY_LONG N_("You can disable all transparency effects"\
#define SKINS2_TRANSPARENCY_LONG N_("You can disable all transparency effects"\
" if you want. This is mainly useful when moving windows does not behave" \
" if you want. This is mainly useful when moving windows does not behave" \
" correctly.")
" correctly.")
#define SKINS2_PLAYLIST N_("Use a skinned playlist")
#define SKINS2_PLAYLIST_LONG N_("Use a skinned playlist")
vlc_module_begin
();
vlc_module_begin
();
set_category
(
CAT_INTERFACE
);
set_category
(
CAT_INTERFACE
);
...
@@ -456,8 +458,8 @@ vlc_module_begin();
...
@@ -456,8 +458,8 @@ vlc_module_begin();
SKINS2_TRANSPARENCY_LONG
,
VLC_FALSE
);
SKINS2_TRANSPARENCY_LONG
,
VLC_FALSE
);
#endif
#endif
add_bool
(
"skinned-playlist"
,
VLC_TRUE
,
NULL
,
SKINS2_
TRANSPARENCY
,
add_bool
(
"skinned-playlist"
,
VLC_TRUE
,
NULL
,
SKINS2_
PLAYLIST
,
SKINS2_
TRANSPARENCY
_LONG
,
VLC_FALSE
);
SKINS2_
PLAYLIST
_LONG
,
VLC_FALSE
);
set_shortname
(
_
(
"Skins"
));
set_shortname
(
_
(
"Skins"
));
set_description
(
_
(
"Skinnable Interface"
)
);
set_description
(
_
(
"Skinnable Interface"
)
);
set_capability
(
"interface"
,
30
);
set_capability
(
"interface"
,
30
);
...
...
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