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

modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman...

modules/gui/minimal_macosx: Fix shortname and add shortcut, after funman answer to Enrique Osuna patch.
parent 2739cd4c
...@@ -47,7 +47,8 @@ void E_(CloseVideoGL) ( vlc_object_t * ); ...@@ -47,7 +47,8 @@ void E_(CloseVideoGL) ( vlc_object_t * );
vlc_module_begin(); 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" );
set_description( _("Minimal Mac OS X interface") ); set_description( _("Minimal Mac OS X interface") );
set_capability( "interface", 50 ); set_capability( "interface", 50 );
set_callbacks( E_(OpenIntf), E_(CloseIntf) ); set_callbacks( E_(OpenIntf), E_(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