Browse Source

app delegate: cosmetics

Felix Paul Kühne 10 years ago
parent
commit
d35f340ea4
2 changed files with 20 additions and 4 deletions
  1. 19 3
      Sources/VLCAppDelegate.m
  2. 1 1
      Sources/VLCConstants.h

File diff suppressed because it is too large
+ 19 - 3
Sources/VLCAppDelegate.m


+ 1 - 1
Sources/VLCConstants.h

@@ -31,7 +31,7 @@
 #define kVLCSettingSubtitlesFontSize @"quartztext-rel-fontsize"
 #define kVLCSettingSubtitlesFontSizeDefaultValue @"16"
 #define kVLCSettingSubtitlesBoldFont @"quartztext-bold"
-#define kVLCSettingSubtitlesBoldFontDefaulValue @NO
+#define kVLCSettingSubtitlesBoldFontDefaultValue @NO
 #define kVLCSettingSubtitlesFontColor @"quartztext-color"
 #define kVLCSettingSubtitlesFontColorDefaultValue @"16777215"
 #define kVLCSettingSubtitlesFilePath @"sub-file"