]> git.sesse.net Git - vlc/commitdiff
minimal_macosx: Add miosx as shortcut too.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 31 May 2008 21:48:33 +0000 (23:48 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 31 May 2008 21:48:33 +0000 (23:48 +0200)
modules/gui/minimal_macosx/macosx.c

index 76093ef793be640c72dbf38a8063c0d243f062ac..4319b1a615d391a20dd44098dad1eece39c8f145 100644 (file)
@@ -54,6 +54,7 @@ vlc_module_begin();
     /* Minimal interface. see intf.m */
     set_shortname( "Minimal Macosx" );
     add_shortcut( "minimal_macosx" );
+    add_shortcut( "miosx" );
     set_description( N_("Minimal Mac OS X interface") );
     set_capability( "interface", 50 );
     set_callbacks( OpenIntf, CloseIntf );