summaryrefslogtreecommitdiffstats
path: root/macosx/HBUtilities.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBUtilities.m')
-rw-r--r--macosx/HBUtilities.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBUtilities.m b/macosx/HBUtilities.m
index 8d83f46f3..973953f69 100644
--- a/macosx/HBUtilities.m
+++ b/macosx/HBUtilities.m
@@ -208,7 +208,8 @@
// Generate a new file name
NSString *fileName = job.title.name;
- // If Auto Naming is on. We create an output filename of dvd name - title number
+ // If Auto Naming is on. We create an output filename by using the
+ // format set int he preferences.
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"DefaultAutoNaming"])
{
fileName = [self automaticNameForJob:job];