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/HBAudioTrackPreset.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/HBAudioTrackPreset.h')
-rw-r--r-- | macosx/HBAudioTrackPreset.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/HBAudioTrackPreset.h b/macosx/HBAudioTrackPreset.h index bfb88a904..09208f890 100644 --- a/macosx/HBAudioTrackPreset.h +++ b/macosx/HBAudioTrackPreset.h @@ -10,8 +10,9 @@ NS_ASSUME_NONNULL_BEGIN /** * HBAudioTrackPreset - * a KVO enabled class used in the Audio Defaults panels, - * automatically validates the values. + * a KVO enabled class used in the Audio Defaults + * (Selection Behavior) panels, automatically + * validates the values. */ @interface HBAudioTrackPreset : NSObject <NSSecureCoding, NSCopying> |