Move mail tags strings to UI/Common

This commit is contained in:
Francis Lachapelle
2013-11-22 15:10:31 -05:00
parent cdb25b141d
commit 13f01b512b
71 changed files with 431 additions and 391 deletions
+1 -2
View File
@@ -68,7 +68,6 @@
component: (UIxComponent *) theComponent
{
NSMutableArray *allLabels, *allKeys;
NSDictionary *mailLabelsColors;
NSString *key, *name;
SOGoMailLabel *label;
NSArray *values;
@@ -81,7 +80,7 @@
{
key = [allKeys objectAtIndex: i];
values = [theDefaults objectForKey: key];
name = [theComponent labelForKey: [values objectAtIndex: 0]];
name = [theComponent commonLabelForKey: [values objectAtIndex: 0]];
label = [[self alloc] initWithName: key
label: name