diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 12:14:07 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 12:14:07 +0000 |
commit | 92fbb6abcc89c946b1565de862b59af016651fdb (patch) | |
tree | 28dc60dee658d81efa4b3be126870e4e8f0535bf /Interfaces/English.lproj/MainMenu.xib | |
parent | 615a5494c22b9d7f710f3b3efafda85f19e2909d (diff) | |
download | sequelpro-92fbb6abcc89c946b1565de862b59af016651fdb.tar.gz sequelpro-92fbb6abcc89c946b1565de862b59af016651fdb.tar.bz2 sequelpro-92fbb6abcc89c946b1565de862b59af016651fdb.zip |
• Open Session file
- set [tabbar setHideForSingleTab:NO] if window has more than one tab in order to avoid issues while animated fading-in of the tabbar
- assign initial keyboard short-cut ^⌥⌘S for Save Session (needs to be discussed)
- still hidden
Diffstat (limited to 'Interfaces/English.lproj/MainMenu.xib')
-rw-r--r-- | Interfaces/English.lproj/MainMenu.xib | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Interfaces/English.lproj/MainMenu.xib b/Interfaces/English.lproj/MainMenu.xib index 6a0b8861..3c9a2e29 100644 --- a/Interfaces/English.lproj/MainMenu.xib +++ b/Interfaces/English.lproj/MainMenu.xib @@ -12,7 +12,7 @@ </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="24"/> + <integer value="81"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -367,7 +367,8 @@ <reference key="NSMenu" ref="709725194"/> <bool key="NSIsHidden">YES</bool> <string key="NSTitle">Save Session</string> - <string key="NSKeyEquiv"/> + <string key="NSKeyEquiv">s</string> + <int key="NSKeyEquivModMask">1835008</int> <int key="NSMnemonicLoc">2147483647</int> <reference key="NSOnImage" ref="625762401"/> <reference key="NSMixedImage" ref="315854375"/> @@ -377,7 +378,8 @@ <reference key="NSMenu" ref="709725194"/> <bool key="NSIsHidden">YES</bool> <string key="NSTitle">Save Session As…</string> - <string key="NSKeyEquiv"/> + <string key="NSKeyEquiv">S</string> + <int key="NSKeyEquivModMask">1835008</int> <int key="NSMnemonicLoc">2147483647</int> <reference key="NSOnImage" ref="625762401"/> <reference key="NSMixedImage" ref="315854375"/> @@ -4774,7 +4776,7 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <integer value="1"/> <string>{{449, 1007}, {197, 53}}</string> - <string>{{228, 546}, {511, 20}}</string> + <string>{{154, 639}, {511, 20}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <integer value="1"/> <string>{{506, 836}, {511, 20}}</string> @@ -4909,7 +4911,7 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{334, 123}, {287, 423}}</string> + <string>{{260, 216}, {301, 423}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <integer value="1"/> <string>{{180, 535}, {182, 253}}</string> |