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

David Fuhrmann git at videolan.org
Sat Mar 17 18:01:32 CET 2012


vlc/vlc-2.0 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sat Mar 17 17:59:36 2012 +0100| [179cf124a9ca08ea3045bcf77fffd6dddc2c9f54] | committer: David Fuhrmann

macosx: native fullscreen mode is not default anymore
(cherry picked from commit 9dfcc9e548abefb260a10df57f79151790a1bf03)

Signed-off-by: David Fuhrmann <david.fuhrmann at googlemail.com>

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

 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 1caff30..e294442 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