Revision: 14238
http://sourceforge.net/p/skim-app/code/14238
Author: hofman
Date: 2024-04-24 09:32:03 +0000 (Wed, 24 Apr 2024)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2024-04-24 09:26:35 UTC (rev
14237)
+++ trunk/SKMainWindowController_FullScreen.m 2024-04-24 09:32:03 UTC (rev
14238)
@@ -249,7 +249,7 @@
}
}
-- (void)showNotesForPreaentationWindow:(NSWindow *)window {
+- (void)showNotesForPresentationWindow:(NSWindow *)window {
PDFDocument *pdfDoc = [[self presentationNotesDocument] pdfDocument];
NSInteger offset = [self presentationNotesOffset];
NSUInteger pageIndex = MAX(0, MIN((NSInteger)[pdfDoc pageCount],
(NSInteger)[[pdfView currentPage] pageIndex] + offset));
@@ -411,7 +411,7 @@
[presentationWindow orderFront:nil];
if ([self presentationNotesDocument])
- [self showNotesForPreaentationWindow:presentationWindow];
+ [self showNotesForPresentationWindow:presentationWindow];
BOOL shouldFadeOut = NSContainsRect([presentationWindow frame], [[self
window] frame]) == NO && [[[self window] tabbedWindows] count] <= 1;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit