Revision: 14542
http://sourceforge.net/p/skim-app/code/14542
Author: hofman
Date: 2024-10-10 23:16:24 +0000 (Thu, 10 Oct 2024)
Log Message:
-----------
Set action name of document's undoManager as the controller does
Modified Paths:
--------------
trunk/SKPresentationOptionsSheetController.m
Modified: trunk/SKPresentationOptionsSheetController.m
===================================================================
--- trunk/SKPresentationOptionsSheetController.m 2024-10-10 23:14:08 UTC
(rev 14541)
+++ trunk/SKPresentationOptionsSheetController.m 2024-10-10 23:16:24 UTC
(rev 14542)
@@ -287,7 +287,7 @@
[transitionController setPageTransitions:[transitions
valueForKey:PROPERTIES_KEY]];
else
[transitionController setPageTransitions:nil];
- [[controller undoManager]
setActionName:NSLocalizedString(@"Change Transitions", @"Undo action name")];
+ [[[controller document] undoManager]
setActionName:NSLocalizedString(@"Change Transitions", @"Undo action name")];
}
}
[controller setPresentationNotesDocument:[self notesDocument]];
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