Fixed wrong selector in MPFixAutotypeWindowController

This commit is contained in:
michael starke
2014-06-23 20:42:02 +02:00
parent 6954b6f362
commit 6902a16ff9
2 changed files with 4 additions and 4 deletions

View File

@@ -30,8 +30,8 @@
<rect key="frame" x="0.0" y="0.0" width="278" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3109">
<rect key="frame" x="216" y="2" width="42" height="25"/>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3109">
<rect key="frame" x="220" y="2" width="38" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="roundTextured" title="Edit" bezelStyle="texturedRounded" imagePosition="left" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3110">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
@@ -42,7 +42,7 @@
</connections>
</button>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3126">
<rect key="frame" x="152" y="2" width="56" height="25"/>
<rect key="frame" x="156" y="2" width="56" height="25"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="roundTextured" title="Cancel" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3127">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>

View File

@@ -180,7 +180,7 @@ NSString *const kMPIconCell = @"IconCell";
[[item autotype] setDefaultKeystrokeSequence:object];
}
else if([item isKindOfClass:[KPKGroup class]]) {
[item setDefaultKeystrokeSequence:object];
[item setDefaultAutoTypeSequence:object];
}
else if([item isKindOfClass:[KPKWindowAssociation class]]) {
[item setKeystrokeSequence:object];