diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-07 16:39:32 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-07 16:39:32 +0000 |
commit | fb4e3024ae282b557eef755b974c3e081dac0f3e (patch) | |
tree | d9dd0292385e3827ac0fa8469dda83dcf55e35f7 /Source/SPConstants.m | |
parent | e63a68f557f7916bc69caf0105e407ae21249e23 (diff) | |
download | sequelpro-fb4e3024ae282b557eef755b974c3e081dac0f3e.tar.gz sequelpro-fb4e3024ae282b557eef755b974c3e081dac0f3e.tar.bz2 sequelpro-fb4e3024ae282b557eef755b974c3e081dac0f3e.zip |
Add a hidden preference to display or hide the MySQL server version in the window title.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |