Monotone-Parent: 4359e779a09c08a5fd03eda9fd8269ba9eeab6ff

Monotone-Revision: 20fe3869b4c2b451d086944d0be00758c4b807f0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-20T20:28:54
maint-2.0.2
Wolfgang Sourdeau 2012-03-20 20:28:54 +00:00
parent c929c640fb
commit ccc7e36523
1 changed files with 3 additions and 1 deletions

View File

@ -101,7 +101,9 @@
- (void) setMethod: (NSString *) _value
{
[[self uniqueChildWithTag: @"method"] setSingleValue: _value forKey: @""];
[[self uniqueChildWithTag: @"method"]
setSingleValue: [_value uppercaseString]
forKey: @""];
}
- (NSString *) method