mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Fix for bug #2385
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
NSMutableString *filename;
|
||||
NSString *extension;
|
||||
|
||||
filename = [self filename];
|
||||
filename = [NSMutableString stringWithString: [self filename]];
|
||||
if (![filename length])
|
||||
[filename appendFormat: @"%@-%@",
|
||||
[self labelForKey: @"Untitled"],
|
||||
|
||||
Reference in New Issue
Block a user