Commit dc6b4028 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

minimal_macosx: Add miosx as shortcut too.

parent b394e8e7
...@@ -54,6 +54,7 @@ vlc_module_begin(); ...@@ -54,6 +54,7 @@ vlc_module_begin();
/* Minimal interface. see intf.m */ /* Minimal interface. see intf.m */
set_shortname( "Minimal Macosx" ); set_shortname( "Minimal Macosx" );
add_shortcut( "minimal_macosx" ); add_shortcut( "minimal_macosx" );
add_shortcut( "miosx" );
set_description( N_("Minimal Mac OS X interface") ); set_description( N_("Minimal Mac OS X interface") );
set_capability( "interface", 50 ); set_capability( "interface", 50 );
set_callbacks( OpenIntf, CloseIntf ); set_callbacks( OpenIntf, CloseIntf );
......
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