diff --git a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate index 28f7d50..fac4230 100644 Binary files a/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate and b/Clocker.xcodeproj/project.xcworkspace/xcuserdata/abhishekbanthia.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 56cc622..59ec345 100644 --- a/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Clocker.xcodeproj/xcuserdata/abhishekbanthia.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -3,22 +3,6 @@ type = "1" version = "2.0"> - - - - - + @@ -72,7 +72,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -144,7 +144,7 @@ - + diff --git a/Clocker/PreferencesWindowController.m b/Clocker/PreferencesWindowController.m index 001ad2b..d7d93ad 100644 --- a/Clocker/PreferencesWindowController.m +++ b/Clocker/PreferencesWindowController.m @@ -67,6 +67,7 @@ static PreferencesWindowController *sharedPreferences = nil; NSString *credits = @"Clocker v1.0 is open source. You can find the source code here!"; [self.openSourceMessage setAttributedStringValue:[self stringFromHTML:credits withFont:[self.openSourceMessage font]]]; + self.window.titleVisibility = NSWindowTitleHidden; NSMutableArray *defaultTimeZones = [[NSUserDefaults standardUserDefaults] objectForKey:@"defaultPreferences"]; @@ -155,7 +156,7 @@ static PreferencesWindowController *sharedPreferences = nil; { if (self.searchField.stringValue.length > 0) { - return self.filteredArray[row][@"timezoneName"]; + return self.filteredArray[row]; } return self.timeZoneArray[row]; diff --git a/Clocker/de.lproj/Panel.xib b/Clocker/de.lproj/Panel.xib index 5ad46fb..6c8d0b6 100755 --- a/Clocker/de.lproj/Panel.xib +++ b/Clocker/de.lproj/Panel.xib @@ -59,7 +59,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -144,7 +144,7 @@ - + diff --git a/Clocker/en.lproj/Panel.xib b/Clocker/en.lproj/Panel.xib index 5ad46fb..6c8d0b6 100755 --- a/Clocker/en.lproj/Panel.xib +++ b/Clocker/en.lproj/Panel.xib @@ -59,7 +59,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -144,7 +144,7 @@ - + diff --git a/Clocker/fr.lproj/Panel.xib b/Clocker/fr.lproj/Panel.xib index 16c7b69..b14d333 100755 --- a/Clocker/fr.lproj/Panel.xib +++ b/Clocker/fr.lproj/Panel.xib @@ -59,7 +59,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -144,7 +144,7 @@ - + diff --git a/Clocker/ja.lproj/Panel.xib b/Clocker/ja.lproj/Panel.xib index 5ad46fb..6c8d0b6 100755 --- a/Clocker/ja.lproj/Panel.xib +++ b/Clocker/ja.lproj/Panel.xib @@ -59,7 +59,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -144,7 +144,7 @@ - +