Browse Source

Changes for floating window panel.

v1.2.3
Abhishek Banthia 9 years ago
parent
commit
f697a5639b
  1. 1
      Clocker/Utilities/CommonStrings.h
  2. 1
      Clocker/Utilities/CommonStrings.m

1
Clocker/Utilities/CommonStrings.h

@ -26,5 +26,6 @@ extern NSString *const CLShowDateInMenu;
extern NSString *const CLShowPlaceInMenu;
extern NSString *const CLDisplayFutureSliderKey;
extern NSString *const CLStartAtLogin;
extern NSString *const CLShowAppInForeground;
@end

1
Clocker/Utilities/CommonStrings.m

@ -26,6 +26,7 @@ NSString *const CLShowDayInMenu = @"showDay";
NSString *const CLShowDateInMenu = @"showDate";
NSString *const CLShowPlaceInMenu = @"showPlaceName";
NSString *const CLStartAtLogin = @"startAtLogin";
NSString *const CLShowAppInForeground = @"displayAppAsForegroundApp";
@end

Loading…
Cancel
Save