[vlc-commits] macosx: native fullscreen mode is also supported on mountain lion
David Fuhrmann
git at videolan.org
Sun Nov 18 13:21:46 CET 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Nov 18 12:07:40 2012 +0100| [0edd5b36629adf7da17dfcc6d08e0c8cecab3112] | committer: David Fuhrmann
macosx: native fullscreen mode is also supported on mountain lion
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0edd5b36629adf7da17dfcc6d08e0c8cecab3112
---
modules/gui/macosx/macosx.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m
index a8b2247..da66e60 100644
--- a/modules/gui/macosx/macosx.m
+++ b/modules/gui/macosx/macosx.m
@@ -92,7 +92,7 @@ void WindowClose (vout_window_t *);
#define INTERFACE_STYLE_TEXT N_("Run VLC with dark interface style")
#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_TEXT N_("Use the native fullscreen mode")
#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 KEEPSIZE_TEXT N_("Resize interface to the native video size")
More information about the vlc-commits
mailing list