[vlc-commits] macosx: native fullscreen mode is not default anymore

David Fuhrmann git at videolan.org
Sat Mar 17 18:00:43 CET 2012


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Mar 17 17:59:36 2012 +0100| [9dfcc9e548abefb260a10df57f79151790a1bf03] | committer: David Fuhrmann

macosx: native fullscreen mode is not default anymore

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

 modules/gui/macosx/macosx.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m
index ca84450..060ecd8 100644
--- a/modules/gui/macosx/macosx.m
+++ b/modules/gui/macosx/macosx.m
@@ -88,7 +88,7 @@ void WindowClose  ( vout_window_t * );
 #define INTERFACE_STYLE_LONGTEXT N_("By default, VLC will use the dark interface style.")
 
 #define NATIVE_FULLSCREEN_MODE_ON_LION_TEXT N_("Use the native fullscreen mode on OS X Lion")
-#define NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT N_("By default, VLC uses the native fullscreen mode on Mac OS X 10.7 and later. It can also use the custom mode known from previous Mac OS X releases.")
+#define NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT N_("By default, VLC uses the fullscreen mode known from previous Mac OS X releases. It can also use the native fullscreen mode on Mac OS X 10.7 and later.")
 
 #define SAVEVOL_TEXT N_( "Automatically save the volume on exit" )
 



More information about the vlc-commits mailing list