diff options
author | Bradley Sepos <[email protected]> | 2017-12-04 08:28:29 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-05 07:40:42 -0500 |
commit | c448b6d3be5aa794897f45bf9c48c194c7ec206c (patch) | |
tree | 23af5501410c4b4bd41ff2769f463c118c715533 /macosx/HBAudioDefaults.h | |
parent | 931409db187668655676211269849dc80bef9dfc (diff) |
mac: Update Selection Behavior texts and tooltips.
Some places still referenced the old Audio Defaults nomenclature.
Updates code comments so searching for selection behavior will yield audio defaults functions.
Diffstat (limited to 'macosx/HBAudioDefaults.h')
-rw-r--r-- | macosx/HBAudioDefaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAudioDefaults.h b/macosx/HBAudioDefaults.h index 8d3c1a8f3..58f4e39bc 100644 --- a/macosx/HBAudioDefaults.h +++ b/macosx/HBAudioDefaults.h @@ -19,7 +19,7 @@ typedef NS_ENUM(NSUInteger, HBAudioTrackSelectionBehavior) { /** * HBAudioSettings - * Stores the audio defaults settings. + * Stores the audio defaults (selection behavior) settings. */ @interface HBAudioDefaults : NSObject <NSSecureCoding, NSCopying, HBPresetCoding> |