diff options
-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 |