add a port field to the proxy prefs

This commit is contained in:
Mitchell Livingston
2008-07-15 01:25:21 +00:00
parent 7974a1e50a
commit 04981e32c4
5 changed files with 257 additions and 47 deletions

View File

@@ -57,7 +57,7 @@
NSTimer * fPortStatusTimer;
int fPeerPort, fNatStatus;
IBOutlet NSTextField * fProxyAddressField, * fProxyPasswordField;
IBOutlet NSTextField * fProxyAddressField, * fProxyPortField, * fProxyPasswordField;
IBOutlet NSPopUpButton * fProxyTypePopUp;
IBOutlet NSTextField * fRPCPortField, * fRPCPasswordField;
@@ -123,6 +123,7 @@
- (void) setProxyEnabled: (id) sender;
- (void) setProxyAddress: (id) sender;
- (void) setProxyPort: (id) sender;
- (void) setProxyType: (id) sender;
- (void) updateProxyType;
- (void) setProxyAuthorize: (id) sender;