More NSStringFromSelector coverage

This commit is contained in:
michael starke
2014-03-25 23:38:01 +01:00
parent 8ddc4ccc9f
commit ca67a2fc60
6 changed files with 74 additions and 40 deletions

View File

@@ -27,7 +27,7 @@
}
- (instancetype)initWithDefaultSequenceForEntry:(KPKEntry *)entry {
self = [self initWithEntry:entry andSequence:entry.autotype.defaultSequence];
self = [self initWithEntry:entry andSequence:entry.autotype.defaultKeystrokeSequence];
return self;
}