[vlc-devel] commit: minimal_macosx: Add miosx as shortcut too. (Pierre d'Herbemont )

git version control git at videolan.org
Sat May 31 23:50:31 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat May 31 23:48:33 2008 +0200| [dc6b4028e188f28131b487e6ea817de150c2eecd]

minimal_macosx: Add miosx as shortcut too.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc6b4028e188f28131b487e6ea817de150c2eecd
---

 modules/gui/minimal_macosx/macosx.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/minimal_macosx/macosx.c b/modules/gui/minimal_macosx/macosx.c
index 76093ef..4319b1a 100644
--- a/modules/gui/minimal_macosx/macosx.c
+++ b/modules/gui/minimal_macosx/macosx.c
@@ -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 );




More information about the vlc-devel mailing list