Commit 065820ab authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/skins2/src/skin_main.cpp: added a skins shortcut.

parent 8463d728
...@@ -345,9 +345,11 @@ vlc_module_begin(); ...@@ -345,9 +345,11 @@ vlc_module_begin();
add_bool( "skins2-transparency", VLC_FALSE, NULL, SKINS2_TRANSPARENCY, add_bool( "skins2-transparency", VLC_FALSE, NULL, SKINS2_TRANSPARENCY,
SKINS2_TRANSPARENCY_LONG, VLC_FALSE ); SKINS2_TRANSPARENCY_LONG, VLC_FALSE );
#endif #endif
set_description( _("Skinnable Interface") ); set_description( _("Skinnable Interface") );
set_capability( "interface", 30 ); set_capability( "interface", 30 );
set_callbacks( Open, Close ); set_callbacks( Open, Close );
add_shortcut( "skins" );
set_program( "svlc" ); set_program( "svlc" );
add_submodule(); add_submodule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment