[vlc-commits] Remove gettext-unfriendly unpaired quote in #pragma
Rémi Denis-Courmont
git at videolan.org
Mon Apr 16 17:22:10 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr 16 18:09:17 2012 +0300| [a8bf15bbdf307a7521def2d54875c88f115860ec] | committer: Rémi Denis-Courmont
Remove gettext-unfriendly unpaired quote in #pragma
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8bf15bbdf307a7521def2d54875c88f115860ec
---
modules/gui/macosx/MainWindow.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 47bea6e..1208f07 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -2027,7 +2027,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
}
#pragma mark -
-#pragma mark Lion's native fullscreen handling
+#pragma mark Lion native fullscreen handling
- (void)windowWillEnterFullScreen:(NSNotification *)notification
{
[o_video_view setFrame: [[self contentView] frame]];
More information about the vlc-commits
mailing list