summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-01-09 07:41:26 +0000
committerritsuka <[email protected]>2015-01-09 07:41:26 +0000
commitac06ddcb7419443aee3fecd5ff10b1f3e4af622e (patch)
treef735ea826b6fef4c152d343c45dc714013809e41
parent49652651aacc104f48775780532df9ac332dccee (diff)
MacGui: update a file header and fix a comment.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6699 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--macosx/HBAudioTrackPreset.h12
-rw-r--r--macosx/HBAudioTrackPreset.m12
-rw-r--r--macosx/HBPresetsViewController.m2
3 files changed, 11 insertions, 15 deletions
diff --git a/macosx/HBAudioTrackPreset.h b/macosx/HBAudioTrackPreset.h
index 12ded68c8..9f6e09083 100644
--- a/macosx/HBAudioTrackPreset.h
+++ b/macosx/HBAudioTrackPreset.h
@@ -1,10 +1,8 @@
-//
-// HBAudioEncoder.h
-// HandBrake
-//
-// Created by Damiano Galassi on 30/07/14.
-//
-//
+/* HBAudioTrackPreset.h $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
#import <Foundation/Foundation.h>
diff --git a/macosx/HBAudioTrackPreset.m b/macosx/HBAudioTrackPreset.m
index 60e10986b..00aacd1a0 100644
--- a/macosx/HBAudioTrackPreset.m
+++ b/macosx/HBAudioTrackPreset.m
@@ -1,10 +1,8 @@
-//
-// HBAudioEncoder.m
-// HandBrake
-//
-// Created by Damiano Galassi on 30/07/14.
-//
-//
+/* HBAudioTrackPreset.m $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
#import "HBAudioTrackPreset.h"
#import "NSCodingMacro.h"
diff --git a/macosx/HBPresetsViewController.m b/macosx/HBPresetsViewController.m
index 921df6ee5..c5df7e6fb 100644
--- a/macosx/HBPresetsViewController.m
+++ b/macosx/HBPresetsViewController.m
@@ -220,7 +220,7 @@
[cell setTextColor:fontColor];
}
-#pragma mark - Expanded node persitence methods
+#pragma mark - Expanded node persistence methods
- (void)expandNodes:(NSArray *)childNodes
{