aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMUILocalizerTest.m')
-rw-r--r--AppKit/GTMUILocalizerTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppKit/GTMUILocalizerTest.m b/AppKit/GTMUILocalizerTest.m
index 7ef4cd8..8c93b49 100644
--- a/AppKit/GTMUILocalizerTest.m
+++ b/AppKit/GTMUILocalizerTest.m
@@ -37,7 +37,7 @@
@"GTMUILocalizerWindow1State", nil);
#else
GTMAssertObjectStateEqualToStateNamed(window,
- @"GTMUILocalizerWindow1State.10.4", nil);
+ @"GTMUILocalizerWindow1State_10_4", nil);
#endif
NSBundle *bundle = [NSBundle bundleForClass:[self class]];
@@ -87,7 +87,7 @@
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
return [self initWithWindowNibName:@"GTMUILocalizerTestWindow"];
#else
- return [self initWithWindowNibName:@"GTMUILocalizerTestWindow10.4"];
+ return [self initWithWindowNibName:@"GTMUILocalizerTestWindow_10_4"];
#endif // MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
}