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
GSoC
GSoC2018
macOS
vlc
Commits
e41f9219
Commit
e41f9219
authored
Mar 03, 2005
by
Rémi Denis-Courmont
Browse files
- Fixed a typo. Skins2 wouldn't compile
parent
ba9826ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/skins2/src/skin_main.cpp
View file @
e41f9219
...
...
@@ -350,7 +350,7 @@ vlc_module_begin();
add_bool
(
"skins2-transparency"
,
VLC_FALSE
,
NULL
,
SKINS2_TRANSPARENCY
,
SKINS2_TRANSPARENCY_LONG
,
VLC_FALSE
);
#endif
set_shorname
(
_
(
"Skins"
));
set_shor
t
name
(
_
(
"Skins"
));
set_description
(
_
(
"Skinnable Interface"
)
);
set_capability
(
"interface"
,
30
);
set_callbacks
(
Open
,
Close
);
...
...
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