From 8915074c6393bdc5cbaa7900299122f0d4e365be Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 19 Aug 2010 13:57:15 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20SPFileManagerAdditions=20-=20[(NSSt?= =?UTF-8?q?ring*)applicationSupportDirectoryForSubDirectory:error:]=20Retu?= =?UTF-8?q?rn=20the=20application=20support=20folder=20of=20the=20current?= =?UTF-8?q?=20application=20for=20'subDirectory'.=20If=20this=20folder=20d?= =?UTF-8?q?oesn't=20exist=20it=20will=20be=20created.=20If=20'subDirectory?= =?UTF-8?q?'=20=3D=3D=20nil=20it=20only=20returns=20the=20application=20su?= =?UTF-8?q?pport=20folder=20of=20the=20current=20application.=20=E2=80=A2?= =?UTF-8?q?=20added=20SPThemesSupportFolder=20constant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/SPConstants.m') diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 8fa5aadd..dd6758b1 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -48,11 +48,14 @@ NSString *SPBundleFileExtension = @"spfs"; NSString *SPFileExtensionSQL = @"sql"; NSString *SPColorThemeFileExtension = @"spTheme"; -// Filenames +// File names NSString *SPHTMLPrintTemplate = @"sequel-pro-print-template"; NSString *SPHTMLTableInfoPrintTemplate = @"sequel-pro-table-info-print-template"; NSString *SPHTMLHelpTemplate = @"sequel-pro-mysql-help-template"; +// Folder names +NSString *SPThemesSupportFolder = @"Themes"; + // Preference key constants // General Prefpane NSString *SPDefaultFavorite = @"DefaultFavorite"; -- cgit v1.2.3