Commit 8eee31fd authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

minimal_macosx/macosx.c: Shorter and more explicit description.

parent 19a9310c
...@@ -47,7 +47,7 @@ void E_(CloseVideoGL) ( vlc_object_t * ); ...@@ -47,7 +47,7 @@ void E_(CloseVideoGL) ( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
/* Minimal interface. see intf.m */ /* Minimal interface. see intf.m */
set_description( _("Mac OS X minimal interface (just launch an icon)") ); set_description( _("Mac OS X minimal interface") );
set_capability( "interface", 50 ); set_capability( "interface", 50 );
set_callbacks( E_(OpenIntf), E_(CloseIntf) ); set_callbacks( E_(OpenIntf), E_(CloseIntf) );
set_category( CAT_INTERFACE ); set_category( CAT_INTERFACE );
......
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