Skip to content

Commit

Permalink
added trim policy to root builder dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
escoz committed May 5, 2012
1 parent 6cbda9c commit 126ae5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quickdialog/QRootBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ - (void)initializeMappings {
[NSNumber numberWithInt:UIReturnKeyEmergencyCall], @"EmergencyCall",
nil], @"returnKeyType",

[[NSDictionary alloc] initWithObjectsAndKeys:
[NSNumber numberWithInt:QLabelingPolicyTrimTitle], @"trimTitle",
[NSNumber numberWithInt:QLabelingPolicyTrimValue], @"trimValue",
nil], @"labelingPolicy",
nil];
}

Expand Down

0 comments on commit 126ae5c

Please sign in to comment.