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

This commit is contained in:
Mitchell Livingston
2012-09-08 18:09:02 +00:00
parent 4e2555dac4
commit 1ff62b9cbe
3 changed files with 247 additions and 53 deletions

View File

@@ -38,6 +38,11 @@
* fRatioLimitGlobalLabel, * fIdleLimitGlobalLabel,
* fPeersConnectLabel, * fPeersConnectField;
//remove when we switch to auto layout on 10.7
IBOutlet NSTextField * fTransferBandwidthSectionLabel, * fPrioritySectionLabel, * fPriorityLabel;
IBOutlet NSTextField * fSeedingLimitsSectionLabel, * fRatioLabel, * fInactivityLabel;
IBOutlet NSTextField * fAdvancedSectionLabel, * fMaxConnectionsLabel;
NSString * fInitialString;
}