aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPConstants.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index b0ed2472..b84c174f 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -49,9 +49,9 @@ NSString *SPFileExtensionSQL = @"sql";
NSString *SPColorThemeFileExtension = @"spTheme";
// File names
-NSString *SPHTMLPrintTemplate = @"sequel-pro-print-template";
-NSString *SPHTMLTableInfoPrintTemplate = @"sequel-pro-table-info-print-template";
-NSString *SPHTMLHelpTemplate = @"sequel-pro-mysql-help-template";
+NSString *SPHTMLPrintTemplate = @"SPPrintTemplate";
+NSString *SPHTMLTableInfoPrintTemplate = @"SPTableInfoPrintTemplate";
+NSString *SPHTMLHelpTemplate = @"SPMySQLHelpTemplate";
// Folder names
NSString *SPThemesSupportFolder = @"Themes";