Revision: 7269
http://skim-app.svn.sourceforge.net/skim-app/?rev=7269&view=rev
Author: hofman
Date: 2011-06-14 10:23:55 +0000 (Tue, 14 Jun 2011)
Log Message:
-----------
#define key instead of a global string
Modified Paths:
--------------
trunk/SKApplicationController.m
trunk/SKStringConstants.h
trunk/SKStringConstants.m
Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m 2011-06-12 10:27:13 UTC (rev 7268)
+++ trunk/SKApplicationController.m 2011-06-14 10:23:55 UTC (rev 7269)
@@ -87,6 +87,7 @@
#define CURRENTDOCUMENTSETUP_KEY @"currentDocumentSetup"
#define SKIsRelaunchKey @"SKIsRelaunch"
+#define SKLastVersionLaunchedKey @"SKLastVersionLaunched"
#define SKSpotlightVersionInfoKey @"SKSpotlightVersionInfo"
#define SKSpotlightLastImporterVersionKey @"lastImporterVersion"
#define SKSpotlightLastSysVersionKey @"lastSysVersion"
Modified: trunk/SKStringConstants.h
===================================================================
--- trunk/SKStringConstants.h 2011-06-12 10:27:13 UTC (rev 7268)
+++ trunk/SKStringConstants.h 2011-06-14 10:23:55 UTC (rev 7269)
@@ -45,7 +45,6 @@
extern NSString *SKFullScreenBackgroundColorKey;
extern NSString *SKPageBackgroundColorKey;
extern NSString *SKLastOpenFileNamesKey;
-extern NSString *SKLastVersionLaunchedKey;
extern NSString *SKOpenContentsPaneOnlyForTOCKey;
extern NSString *SKInitialWindowSizeOptionKey;
extern NSString *SKReopenLastOpenFilesKey;
Modified: trunk/SKStringConstants.m
===================================================================
--- trunk/SKStringConstants.m 2011-06-12 10:27:13 UTC (rev 7268)
+++ trunk/SKStringConstants.m 2011-06-14 10:23:55 UTC (rev 7269)
@@ -46,7 +46,6 @@
NSString *SKFullScreenBackgroundColorKey = @"SKFullScreenBackgroundColor";
NSString *SKPageBackgroundColorKey = @"SKPageBackgroundColor";
NSString *SKLastOpenFileNamesKey = @"SKLastOpenFileNames";
-NSString *SKLastVersionLaunchedKey = @"SKLastVersionLaunched";
NSString *SKOpenContentsPaneOnlyForTOCKey = @"SKOpenContentsPaneOnlyForTOC";
NSString *SKInitialWindowSizeOptionKey = @"SKInitialWindowSizeOption";
NSString *SKReopenLastOpenFilesKey = @"SKReopenLastOpenFiles";
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit