Revision: 14673
http://sourceforge.net/p/skim-app/code/14673
Author: hofman
Date: 2024-11-11 17:08:52 +0000 (Mon, 11 Nov 2024)
Log Message:
-----------
use dictionary literal
Modified Paths:
--------------
trunk/SKBookmark.m
Modified: trunk/SKBookmark.m
===================================================================
--- trunk/SKBookmark.m 2024-11-11 15:45:12 UTC (rev 14672)
+++ trunk/SKBookmark.m 2024-11-11 17:08:52 UTC (rev 14673)
@@ -878,7 +878,7 @@
}
- (NSDictionary *)properties {
- return [NSDictionary dictionaryWithObjectsAndKeys:SEPARATOR_STRING,
TYPE_KEY, nil];
+ return @{SEPARATOR_STRING:TYPE_KEY};
}
- (SKBookmarkType)bookmarkType {
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