aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizer.m
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/GTMUILocalizer.m')
-rw-r--r--iPhone/GTMUILocalizer.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhone/GTMUILocalizer.m b/iPhone/GTMUILocalizer.m
index 269d2f6..f9ec752 100644
--- a/iPhone/GTMUILocalizer.m
+++ b/iPhone/GTMUILocalizer.m
@@ -48,6 +48,7 @@
}
- (void)awakeFromNib {
+ [super awakeFromNib];
id owner = self.owner;
if (owner) {
NSBundle *newBundle = [[self class] bundleForOwner:owner];