rearrange proxy prefs, and validate the proxy address value on entry

This commit is contained in:
Mitchell Livingston
2008-06-10 22:54:30 +00:00
parent 5158d6a38e
commit 5b80678dd0
4 changed files with 91 additions and 42 deletions

View File

@@ -56,6 +56,7 @@
IBOutlet NSProgressIndicator * fPortStatusProgress;
NSTimer * fPortStatusTimer;
int fPeerPort, fNatStatus;
IBOutlet NSTextField * fProxyAddressField;
IBOutlet NSTextField * fRPCPortField;
IBOutlet NSTableView * fRPCAccessTable;