Bug 525685 - Esc fails to cancel 'open feed in external app' warning sheet; hook up the key equivalent in the nib. r/sr=smorgan

git-svn-id: svn://10.0.0.236/trunk@258845 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alqahira%ardisson.org
2009-11-02 20:12:39 +00:00
parent 7524341992
commit 5ed3c26c6c
3 changed files with 32 additions and 28 deletions

View File

@@ -1,25 +1,29 @@
{
IBClasses = (
{
ACTIONS = {
cancelOpenFeed = id;
closeSheetAndContinue = id;
openFeed = id;
selectFeedAppFromButton = id;
selectFeedAppFromMenuItem = id;
};
CLASS = FeedServiceController;
LANGUAGE = ObjC;
OUTLETS = {
mDoNotShowDialogCheckbox = NSButton;
mFeedAppsPopUp = NSPopUpButton;
mNotifyNoFeedAppFound = NSWindow;
mNotifyOpenExternalFeedApp = NSWindow;
mSelectAppButton = NSButton;
};
SUPERCLASS = NSObject;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
);
IBVersion = 1;
IBClasses = (
{
ACTIONS = {
cancelOpenFeed = id;
closeSheetAndContinue = id;
openFeed = id;
selectFeedAppFromButton = id;
selectFeedAppFromMenuItem = id;
};
CLASS = FeedServiceController;
LANGUAGE = ObjC;
OUTLETS = {
mDoNotShowDialogCheckbox = NSButton;
mFeedAppsPopUp = NSPopUpButton;
mNotifyNoFeedAppFound = NSWindow;
mNotifyOpenExternalFeedApp = NSWindow;
mSelectAppButton = NSButton;
};
SUPERCLASS = NSObject;
},
{
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}

View File

@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>71 130 356 240 0 0 1280 832 </string>
<string>83 140 356 240 0 0 1440 878 </string>
<key>IBFramework Version</key>
<string>446.1</string>
<string>489.0</string>
<key>IBLockedObjects</key>
<array>
<integer>33</integer>
</array>
<key>IBOpenObjects</key>
<array>
<integer>33</integer>
<integer>5</integer>
<integer>33</integer>
</array>
<key>IBSystem Version</key>
<string>8J135</string>
<string>9L31a</string>
</dict>
</plist>