#1529 patch from ciaran to move the groups window into the preferences window

This commit is contained in:
Mitchell Livingston
2008-11-29 20:03:18 +00:00
parent 99e686d785
commit 16e6aadec3
7 changed files with 953 additions and 1619 deletions

View File

@@ -32,7 +32,7 @@
NSUserDefaults * fDefaults;
BOOL fHasLoaded;
IBOutlet NSView * fGeneralView, * fTransfersView, * fBandwidthView, * fPeersView, * fNetworkView, * fRemoteView;
IBOutlet NSView * fGeneralView, * fTransfersView, * fBandwidthView, * fPeersView, * fNetworkView, * fRemoteView, * fGroupsView;
NSString * fInitialString;