From fb4e3024ae282b557eef755b974c3e081dac0f3e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 7 Mar 2010 16:39:32 +0000 Subject: Add a hidden preference to display or hide the MySQL server version in the window title. --- Source/SPConstants.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.m') diff --git a/Source/SPConstants.m b/Source/SPConstants.m index c3d45b0a..bea60f8b 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -52,6 +52,7 @@ NSString *SPDefaultEncoding = @"DefaultEncoding"; NSString *SPUseMonospacedFonts = @"UseMonospacedFonts"; NSString *SPDisplayTableViewVerticalGridlines = @"DisplayTableViewVerticalGridlines"; NSString *SPCustomQueryMaxHistoryItems = @"CustomQueryMaxHistoryItems"; +NSString *SPDisplayServerVersionInWindowTitle = @"DisplayServerVersionInWindowTitle"; // Tables Prefpane NSString *SPReloadAfterAddingRow = @"ReloadAfterAddingRow"; -- cgit v1.2.3