diff options
author | stuconnolly <stuart02@gmail.com> | 2011-05-07 23:51:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-05-07 23:51:13 +0000 |
commit | 96bc6d783f72032d5b04b4748f915239c56b9bd3 (patch) | |
tree | f9dc95e385d035c8a0f4be05b0783576985eb743 /Source/SPConstants.h | |
parent | 2d68227fd525a377796b6e825bf78bbda7f611b2 (diff) | |
download | sequelpro-96bc6d783f72032d5b04b4748f915239c56b9bd3.tar.gz sequelpro-96bc6d783f72032d5b04b4748f915239c56b9bd3.tar.bz2 sequelpro-96bc6d783f72032d5b04b4748f915239c56b9bd3.zip |
Re-add the ability the show the full process list in the server processes panel. Fixes issue #1036.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index df66951a..ef1fc0c4 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -349,6 +349,7 @@ extern NSString *SPTableInformationPanelCollapsed; extern NSString *SPTableColumnWidths; extern NSString *SPProcessListTableColumnWidths; extern NSString *SPProcessListShowProcessID; +extern NSString *SPProcessListShowFullProcessList; extern NSString *SPProcessListEnableAutoRefresh; extern NSString *SPProcessListAutoRrefreshInterval; extern NSString *SPFavoritesSortedBy; |