diff options
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 6d1f23ed..edf6f5fd 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -114,8 +114,10 @@ IBOutlet NSButton *helpButton; IBOutlet NSProgressIndicator *progressIndicator; IBOutlet NSTextField *progressIndicatorText; - + IBOutlet NSMenuItem *favoritesSortByMenuItem; + BOOL reverseFavoritesSort; + SPFavoritesSortItem previousSortItem, currentSortItem; } |