mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-18 13:13:31 +00:00
Initial popup view for messages
This commit is contained in:
@@ -249,14 +249,7 @@
|
||||
|
||||
- (NSString *) commonLocalizableStrings
|
||||
{
|
||||
NSString *rc;
|
||||
|
||||
if (isPopup)
|
||||
rc = @"";
|
||||
else
|
||||
rc = [NSString stringWithFormat: @"var clabels = %@;", [self _stringsForFramework: nil]];
|
||||
|
||||
return rc;
|
||||
return [NSString stringWithFormat: @"var clabels = %@;", [self _stringsForFramework: nil]];
|
||||
}
|
||||
|
||||
- (NSString *) productLocalizableStrings
|
||||
|
||||
Reference in New Issue
Block a user