mirror of
https://github.com/transmission/transmission.git
synced 2026-05-03 07:02:20 +01:00
add in placeholder code so that AddMagnetWindow can be localized with a strings file after 2.7
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user