Fix localization by getting the framework bundle

This commit is contained in:
You shall not pass
2015-12-11 12:11:21 +01:00
parent c137d761e4
commit ce4d4a42ff

View File

@@ -1567,7 +1567,7 @@ public class Manager : ArmchairManager {
if let url = armchairBundleURL {
bundle = NSBundle(URL: url)
} else {
bundle = NSBundle.mainBundle()
bundle = NSBundle(forClass: self.dynamicType)
}
}