Initial popup view for messages

This commit is contained in:
Francis Lachapelle
2015-09-04 17:31:16 -04:00
parent bf02b3046f
commit 2720aebf04
10 changed files with 316 additions and 41 deletions
+1 -8
View File
@@ -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