get inspector ready for encryption

This commit is contained in:
Mitchell Livingston
2007-09-14 13:49:37 +00:00
parent b546784546
commit 4fb7db8348
7 changed files with 55 additions and 36 deletions

View File

@@ -31,7 +31,7 @@
@interface InfoWindowController : NSWindowController
{
NSArray * fTorrents, * fPeers, * fFiles;
NSImage * fAppIcon, * fDotGreen, * fDotRed;
NSImage * fAppIcon, * fDotGreen, * fDotRed, * fLockImage;
BOOL fCanResizeVertical;