diff options
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 23f1278f..a395e11a 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -40,6 +40,10 @@ NSString *SPContentFilterPasteboardDragType = @"SPContentFilterPasteboard"; NSString *SPFileExtensionDefault = @"spf"; NSString *SPFileExtensionSQL = @"sql"; +// Filenames +NSString *SPHTMLPrintTemplate = @"sequel-pro-print-template"; +NSString *SPHTMLHelpTemplate = @"sequel-pro-mysql-help-template"; + // Preference key constants // General Prefpane NSString *SPDefaultFavorite = @"DefaultFavorite"; |