diff options
author | ritsuka <[email protected]> | 2015-02-04 11:23:22 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-02-04 11:23:22 +0000 |
commit | 9d3c88759e0fc44e6dcd5cfd9e5baf8033468ac2 (patch) | |
tree | 963a6459cf3f28fb2dfa137b558d3f1bb07181c1 /macosx/HBController.m | |
parent | 466034afbf003e628afc7445d014e7c2424e2410 (diff) |
MacGui: update the file extension too in updateFileName.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6870 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index ac05ff071..270b40186 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -917,6 +917,8 @@ - (void)updateFileName { + [self updateFileExtension:nil]; + if ([[NSUserDefaults standardUserDefaults] boolForKey:@"DefaultAutoNaming"]) { // Generate a new file name |