]> git.sesse.net Git - vlc/commitdiff
Remove gettext-unfriendly unpaired quote in #pragma
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 16 Apr 2012 15:09:17 +0000 (18:09 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 16 Apr 2012 15:09:40 +0000 (18:09 +0300)
modules/gui/macosx/MainWindow.m

index 47bea6eb2c2e8434add1062edaabb55edc6cf837..1208f070dda392f7e3bbf84c44768f33597a9252 100644 (file)
@@ -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]];