diff options
author | Geenz <geenz@geenzo.com> | 2013-03-19 05:50:50 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-03-19 05:50:50 -0400 |
commit | ad26f3c39002b6043e5fc4e00f9793e0f0e4941c (patch) | |
tree | 8cfc1c4de80259d9a18eaed3bc085ac6b320a7f8 /indra/newview/SecondLife.xib | |
parent | 3c60fb24ca3685614880645af61d44287c369aea (diff) |
IME support (and revamped text input support) semi-working.
Diffstat (limited to 'indra/newview/SecondLife.xib')
-rw-r--r-- | indra/newview/SecondLife.xib | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/indra/newview/SecondLife.xib b/indra/newview/SecondLife.xib index 86e8d81ebc..7d20b7fd7c 100644 --- a/indra/newview/SecondLife.xib +++ b/indra/newview/SecondLife.xib @@ -2,7 +2,7 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00"> <data> <int key="IBDocument.SystemTarget">1060</int> - <string key="IBDocument.SystemVersion">12D76</string> + <string key="IBDocument.SystemVersion">12D78</string> <string key="IBDocument.InterfaceBuilderVersion">3084</string> <string key="IBDocument.AppKitVersion">1187.37</string> <string key="IBDocument.HIToolboxVersion">626.00</string> @@ -775,24 +775,27 @@ <nil key="activeLocalization"/> <dictionary class="NSMutableDictionary" key="localizations"/> <nil key="sourceID"/> - <int key="maxID">888</int> + <int key="maxID">940</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <array class="NSMutableArray" key="referencedPartialClassDescriptions"> <object class="IBPartialClassDescription"> <string key="className">LLAppDelegate</string> <string key="superclassName">NSObject</string> - <object class="NSMutableDictionary" key="outlets"> - <string key="NS.key.0">window</string> - <string key="NS.object.0">LLNSWindow</string> - </object> - <object class="NSMutableDictionary" key="toOneOutletInfosByName"> - <string key="NS.key.0">window</string> - <object class="IBToOneOutletInfo" key="NS.object.0"> + <dictionary class="NSMutableDictionary" key="outlets"> + <string key="glview">LLOpenGLView</string> + <string key="window">LLNSWindow</string> + </dictionary> + <dictionary class="NSMutableDictionary" key="toOneOutletInfosByName"> + <object class="IBToOneOutletInfo" key="glview"> + <string key="name">glview</string> + <string key="candidateClassName">LLOpenGLView</string> + </object> + <object class="IBToOneOutletInfo" key="window"> <string key="name">window</string> <string key="candidateClassName">LLNSWindow</string> </object> - </object> + </dictionary> <object class="IBClassDescriptionSource" key="sourceIdentifier"> <string key="majorKey">IBProjectSource</string> <string key="minorKey">./Classes/LLAppDelegate.h</string> @@ -806,6 +809,14 @@ <string key="minorKey">./Classes/LLNSWindow.h</string> </object> </object> + <object class="IBPartialClassDescription"> + <string key="className">LLOpenGLView</string> + <string key="superclassName">NSOpenGLView</string> + <object class="IBClassDescriptionSource" key="sourceIdentifier"> + <string key="majorKey">IBProjectSource</string> + <string key="minorKey">./Classes/LLOpenGLView.h</string> + </object> + </object> </array> </object> <int key="IBDocument.localizationMode">0</int> |