add in placeholder code so that AddMagnetWindow can be localized with a strings file after 2.7

This commit is contained in:
Mitchell Livingston
2012-09-08 03:48:12 +00:00
parent 497d6f72b8
commit 4e2555dac4
3 changed files with 257 additions and 66 deletions

View File

@@ -34,6 +34,13 @@
IBOutlet NSButton * fStartCheck;
IBOutlet NSPopUpButton * fGroupPopUp, * fPriorityPopUp;
//remove these when switching to auto layout
IBOutlet NSTextField * fMagnetLinkLabel;
IBOutlet NSTextField * fDownloadToLabel, * fGroupLabel, * fPriorityLabel;
IBOutlet NSButton * fChangeDestinationButton;
IBOutlet NSBox * fDownloadToBox;
IBOutlet NSButton * fAddButton, * fCancelButton;
Controller * fController;
Torrent * fTorrent;