Changeset 3206
- Timestamp:
- 04/16/06 05:07:18 (2 years ago)
- Files:
-
- trunk/Colloquy.xcodeproj/project.pbxproj (modified) (10 diffs)
- trunk/Controllers/JVChatController.m (modified) (2 diffs)
- trunk/Controllers/JVSidebarChatWindowController.h (added)
- trunk/Controllers/JVSidebarChatWindowController.m (added)
- trunk/Controllers/JVTabbedChatWindowController.h (modified) (1 diff)
- trunk/Languages/Dutch.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/Dutch.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/English.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/English.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/French.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/French.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/German.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/German.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/Italian.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/Italian.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/Spanish.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/Spanish.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/pt_PT.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/pt_PT.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Languages/zh_TW.lproj/JVInterfacePreferences.nib/info.nib (modified) (2 diffs)
- trunk/Languages/zh_TW.lproj/JVInterfacePreferences.nib/keyedobjects.nib (modified) (previous)
- trunk/Resources/JVSidebarChatWindow.nib (added)
- trunk/Resources/JVSidebarChatWindow.nib/classes.nib (added)
- trunk/Resources/JVSidebarChatWindow.nib/info.nib (added)
- trunk/Resources/JVSidebarChatWindow.nib/keyedobjects.nib (added)
- trunk/Resources/sidebarActionWidget.png (added)
- trunk/Resources/sidebarActionWidgetPressed.png (added)
- trunk/Resources/sidebarFavoritesWidget.png (added)
- trunk/Resources/sidebarFavoritesWidgetPressed.png (added)
- trunk/Resources/sidebarResizeWidget.png (added)
- trunk/Resources/sidebarStatusAreaBackground.png (added)
- trunk/Views/JVSideOutlineView.h (added)
- trunk/Views/JVSideOutlineView.m (added)
- trunk/Views/JVSideSplitView.h (added)
- trunk/Views/JVSideSplitView.m (added)
- trunk/Views/JVSideStatusView.h (added)
- trunk/Views/JVSideStatusView.m (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Colloquy.xcodeproj/project.pbxproj
r3205 r3206 76 76 1C70377F07E49F25005CEA40 /* JVSmartTranscriptPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C70377D07E49F25005CEA40 /* JVSmartTranscriptPanel.m */; }; 77 77 1C703EF507E4B956005CEA40 /* JVSmartTranscriptFilterSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1C703EF307E4B956005CEA40 /* JVSmartTranscriptFilterSheet.nib */; }; 78 1C710A0209F23730007B4515 /* JVSidebarChatWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C710A0009F23730007B4515 /* JVSidebarChatWindowController.m */; }; 79 1C710A2009F2396C007B4515 /* JVSidebarChatWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 1C710A1F09F2396C007B4515 /* JVSidebarChatWindow.nib */; }; 80 1C710A6B09F23AF0007B4515 /* JVSideSplitView.h in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1C710A6509F23AF0007B4515 /* JVSideSplitView.h */; }; 81 1C710A6C09F23AF0007B4515 /* JVSideSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C710A6609F23AF0007B4515 /* JVSideSplitView.m */; }; 82 1C710A6D09F23AF0007B4515 /* JVSideStatusView.h in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1C710A6709F23AF0007B4515 /* JVSideStatusView.h */; }; 83 1C710A6E09F23AF0007B4515 /* JVSideStatusView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C710A6809F23AF0007B4515 /* JVSideStatusView.m */; }; 84 1C710A6F09F23AF0007B4515 /* JVSideOutlineView.h in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 1C710A6909F23AF0007B4515 /* JVSideOutlineView.h */; }; 85 1C710A7009F23AF0007B4515 /* JVSideOutlineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C710A6A09F23AF0007B4515 /* JVSideOutlineView.m */; }; 86 1C710ABE09F23D9C007B4515 /* sidebarActionWidget.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C710ABA09F23D9C007B4515 /* sidebarActionWidget.png */; }; 87 1C710ABF09F23D9C007B4515 /* sidebarActionWidgetPressed.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C710ABB09F23D9C007B4515 /* sidebarActionWidgetPressed.png */; }; 88 1C710AC009F23D9D007B4515 /* sidebarResizeWidget.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C710ABC09F23D9C007B4515 /* sidebarResizeWidget.png */; }; 89 1C710AC109F23D9D007B4515 /* sidebarStatusAreaBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C710ABD09F23D9C007B4515 /* sidebarStatusAreaBackground.png */; }; 90 1C710B4C09F247AC007B4515 /* sidebarFavoritesWidget.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C710B4A09F247AC007B4515 /* sidebarFavoritesWidget.png */; }; 91 1C710B4D09F247AC007B4515 /* sidebarFavoritesWidgetPressed.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C710B4B09F247AC007B4515 /* sidebarFavoritesWidgetPressed.png */; }; 78 92 1C7780DE08FA1D82006AD8E5 /* JVSpeechController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C7780DC08FA1D81006AD8E5 /* JVSpeechController.m */; }; 79 93 1C77822908FA4104006AD8E5 /* topicBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = 1C77822808FA4101006AD8E5 /* topicBackground.png */; }; … … 410 424 1C6C75490630AD9500698F55 /* AGRegex.framework in Copy Frameworks */, 411 425 1CF5F8DD07D537F70019DC13 /* Growl.framework in Copy Frameworks */, 426 1C710A6B09F23AF0007B4515 /* JVSideSplitView.h in Copy Frameworks */, 427 1C710A6D09F23AF0007B4515 /* JVSideStatusView.h in Copy Frameworks */, 428 1C710A6F09F23AF0007B4515 /* JVSideOutlineView.h in Copy Frameworks */, 412 429 ); 413 430 name = "Copy Frameworks"; … … 553 570 1C703EF407E4B956005CEA40 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Languages/English.lproj/JVSmartTranscriptFilterSheet.nib; sourceTree = "<group>"; }; 554 571 1C705701051A830200A8FE6E /* newMessage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = newMessage.png; path = Resources/newMessage.png; sourceTree = SOURCE_ROOT; }; 572 1C7109FF09F23730007B4515 /* JVSidebarChatWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JVSidebarChatWindowController.h; path = Controllers/JVSidebarChatWindowController.h; sourceTree = "<group>"; }; 573 1C710A0009F23730007B4515 /* JVSidebarChatWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JVSidebarChatWindowController.m; path = Controllers/JVSidebarChatWindowController.m; sourceTree = "<group>"; }; 574 1C710A1F09F2396C007B4515 /* JVSidebarChatWindow.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = JVSidebarChatWindow.nib; path = Resources/JVSidebarChatWindow.nib; sourceTree = "<group>"; }; 575 1C710A6509F23AF0007B4515 /* JVSideSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JVSideSplitView.h; path = Views/JVSideSplitView.h; sourceTree = "<group>"; }; 576 1C710A6609F23AF0007B4515 /* JVSideSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JVSideSplitView.m; path = Views/JVSideSplitView.m; sourceTree = "<group>"; }; 577 1C710A6709F23AF0007B4515 /* JVSideStatusView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JVSideStatusView.h; path = Views/JVSideStatusView.h; sourceTree = "<group>"; }; 578 1C710A6809F23AF0007B4515 /* JVSideStatusView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JVSideStatusView.m; path = Views/JVSideStatusView.m; sourceTree = "<group>"; }; 579 1C710A6909F23AF0007B4515 /* JVSideOutlineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JVSideOutlineView.h; path = Views/JVSideOutlineView.h; sourceTree = "<group>"; }; 580 1C710A6A09F23AF0007B4515 /* JVSideOutlineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JVSideOutlineView.m; path = Views/JVSideOutlineView.m; sourceTree = "<group>"; }; 581 1C710ABA09F23D9C007B4515 /* sidebarActionWidget.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarActionWidget.png; path = Resources/sidebarActionWidget.png; sourceTree = "<group>"; }; 582 1C710ABB09F23D9C007B4515 /* sidebarActionWidgetPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarActionWidgetPressed.png; path = Resources/sidebarActionWidgetPressed.png; sourceTree = "<group>"; }; 583 1C710ABC09F23D9C007B4515 /* sidebarResizeWidget.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarResizeWidget.png; path = Resources/sidebarResizeWidget.png; sourceTree = "<group>"; }; 584 1C710ABD09F23D9C007B4515 /* sidebarStatusAreaBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarStatusAreaBackground.png; path = Resources/sidebarStatusAreaBackground.png; sourceTree = "<group>"; }; 585 1C710B4A09F247AC007B4515 /* sidebarFavoritesWidget.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarFavoritesWidget.png; path = Resources/sidebarFavoritesWidget.png; sourceTree = "<group>"; }; 586 1C710B4B09F247AC007B4515 /* sidebarFavoritesWidgetPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sidebarFavoritesWidgetPressed.png; path = Resources/sidebarFavoritesWidgetPressed.png; sourceTree = "<group>"; }; 555 587 1C746A95050CF86B000001C8 /* emoticons.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = emoticons.plist; path = Resources/emoticons.plist; sourceTree = "<group>"; }; 556 588 1C7780DB08FA1D81006AD8E5 /* JVSpeechController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JVSpeechController.h; path = Controllers/JVSpeechController.h; sourceTree = "<group>"; }; … … 1155 1187 sourceTree = "<group>"; 1156 1188 }; 1189 1C710AB009F23D84007B4515 /* Sidebar Interface Images */ = { 1190 isa = PBXGroup; 1191 children = ( 1192 1C710ABA09F23D9C007B4515 /* sidebarActionWidget.png */, 1193 1C710ABB09F23D9C007B4515 /* sidebarActionWidgetPressed.png */, 1194 1C710B4A09F247AC007B4515 /* sidebarFavoritesWidget.png */, 1195 1C710B4B09F247AC007B4515 /* sidebarFavoritesWidgetPressed.png */, 1196 1C710ABC09F23D9C007B4515 /* sidebarResizeWidget.png */, 1197 1C710ABD09F23D9C007B4515 /* sidebarStatusAreaBackground.png */, 1198 ); 1199 name = "Sidebar Interface Images"; 1200 sourceTree = "<group>"; 1201 }; 1157 1202 1CA56CCD042A713E00000102 /* iTunes */ = { 1158 1203 isa = PBXGroup; … … 1260 1305 1CABFCB00657F10900801C15 /* JVSplitView.m */, 1261 1306 1CABFCAF0657F10900801C15 /* JVSplitView.h */, 1307 1C710A6609F23AF0007B4515 /* JVSideSplitView.m */, 1308 1C710A6509F23AF0007B4515 /* JVSideSplitView.h */, 1309 1C710A6809F23AF0007B4515 /* JVSideStatusView.m */, 1310 1C710A6709F23AF0007B4515 /* JVSideStatusView.h */, 1311 1C710A6A09F23AF0007B4515 /* JVSideOutlineView.m */, 1312 1C710A6909F23AF0007B4515 /* JVSideOutlineView.h */, 1262 1313 F5E2538503882A8501000102 /* MVColorPanel.m */, 1263 1314 F5E2538403882A8501000102 /* MVColorPanel.h */, … … 1404 1455 1CE2BC1E042F4AD300000102 /* JVChatWindowController.m */, 1405 1456 1CE2BC1D042F4AD300000102 /* JVChatWindowController.h */, 1457 1C710A0009F23730007B4515 /* JVSidebarChatWindowController.m */, 1458 1C7109FF09F23730007B4515 /* JVSidebarChatWindowController.h */, 1406 1459 1C0A4CB90799BE000093B702 /* JVTabbedChatWindowController.m */, 1407 1460 1C0A4CA50799BDD00093B702 /* JVTabbedChatWindowController.h */, … … 1538 1591 1CBC6317054896CB009E59E1 /* Preference Icons */, 1539 1592 1C2391B30677E8D2000E89A7 /* Tabs Interface Images */, 1593 1C710AB009F23D84007B4515 /* Sidebar Interface Images */, 1540 1594 F5C3D42203973E7B01000102 /* Widget Images */, 1541 1595 F52955590181EB5901EE70DE /* Misc. Icons */, … … 1555 1609 1CBECE390508D58F000001C8 /* JVChatWindow.nib */, 1556 1610 1C238F040677B5E5000E89A7 /* JVTabbedChatWindow.nib */, 1611 1C710A1F09F2396C007B4515 /* JVSidebarChatWindow.nib */, 1557 1612 1CE72A99052C79E700A8FE6E /* JVChatConsole.nib */, 1558 1613 1CD6C417051E0B3000A8FE10 /* JVChatTranscript.nib */, … … 2163 2218 1C1AFB3D09C295D900BF3E2A /* base.html in Resources */, 2164 2219 1C1AFDAB09C3BC5000BF3E2A /* roomTopicBanner.html in Resources */, 2220 1C710A2009F2396C007B4515 /* JVSidebarChatWindow.nib in Resources */, 2221 1C710ABE09F23D9C007B4515 /* sidebarActionWidget.png in Resources */, 2222 1C710ABF09F23D9C007B4515 /* sidebarActionWidgetPressed.png in Resources */, 2223 1C710AC009F23D9D007B4515 /* sidebarResizeWidget.png in Resources */, 2224 1C710AC109F23D9D007B4515 /* sidebarStatusAreaBackground.png in Resources */, 2225 1C710B4C09F247AC007B4515 /* sidebarFavoritesWidget.png in Resources */, 2226 1C710B4D09F247AC007B4515 /* sidebarFavoritesWidgetPressed.png in Resources */, 2165 2227 ); 2166 2228 runOnlyForDeploymentPostprocessing = 0; … … 2324 2386 1C6A45210841746500572AB6 /* JVChatViewCriterionController.m in Sources */, 2325 2387 1C7780DE08FA1D82006AD8E5 /* JVSpeechController.m in Sources */, 2388 1C710A0209F23730007B4515 /* JVSidebarChatWindowController.m in Sources */, 2389 1C710A6C09F23AF0007B4515 /* JVSideSplitView.m in Sources */, 2390 1C710A6E09F23AF0007B4515 /* JVSideStatusView.m in Sources */, 2391 1C710A7009F23AF0007B4515 /* JVSideOutlineView.m in Sources */, 2326 2392 ); 2327 2393 runOnlyForDeploymentPostprocessing = 0; trunk/Controllers/JVChatController.m
r3072 r3206 2 2 #import "MVConnectionsController.h" 3 3 #import "JVChatWindowController.h" 4 #import "JVSidebarChatWindowController.h" 4 5 #import "JVTabbedChatWindowController.h" 5 6 #import "JVChatViewCriterionController.h" … … 194 195 - (JVChatWindowController *) newChatWindowController { 195 196 JVChatWindowController *windowController = nil; 196 if( [[NSUserDefaults standardUserDefaults] boolForKey:@"JVUseTabbedWindows"] ) 197 if( [[NSUserDefaults standardUserDefaults] integerForKey:@"JVChatWindowInterface"] == 2 ) 198 windowController = [[[JVSidebarChatWindowController alloc] init] autorelease]; 199 else if( [[NSUserDefaults standardUserDefaults] integerForKey:@"JVChatWindowInterface"] == 1 200 || [[NSUserDefaults standardUserDefaults] boolForKey:@"JVUseTabbedWindows"] ) 197 201 windowController = [[[JVTabbedChatWindowController alloc] init] autorelease]; 198 202 else windowController = [[[JVChatWindowController alloc] init] autorelease]; trunk/Controllers/JVTabbedChatWindowController.h
r3072 r3206 1 #import <JVChatWindowController.h>1 #import "JVChatWindowController.h" 2 2 3 3 @class AICustomTabsView; trunk/Languages/Dutch.lproj/JVInterfacePreferences.nib/info.nib
r2997 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>2 2 572 356 240 0 0 1344 986</string>6 <string>24 489 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 378 301 545 421 0 0 1344 986</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>4 39.0</string>13 <string>443.0</string> 14 14 <key>IBLockedObjects</key> 15 15 <array> … … 22 22 </array> 23 23 <key>IBSystem Version</key> 24 <string>8 C31</string>24 <string>8I1119</string> 25 25 </dict> 26 26 </plist> trunk/Languages/English.lproj/JVInterfacePreferences.nib/info.nib
r2796 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>2 2 572 356 240 0 0 1344 986</string>6 <string>24 489 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 378 301 545 421 0 0 1344 986</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>4 39.0</string>13 <string>443.0</string> 14 14 <key>IBLockedObjects</key> 15 15 <array> … … 17 17 <integer>89</integer> 18 18 </array> 19 <key>IBOpenObjects</key>20 <array>21 <integer>5</integer>22 </array>23 19 <key>IBSystem Version</key> 24 <string>8 C31</string>20 <string>8I1119</string> 25 21 </dict> 26 22 </plist> trunk/Languages/French.lproj/JVInterfacePreferences.nib/info.nib
r3040 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>2 2 572 356 240 0 0 1344 986</string>6 <string>24 489 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 378 301 545 421 0 0 1344 986</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>4 39.0</string>13 <string>443.0</string> 14 14 <key>IBLockedObjects</key> 15 15 <array> … … 22 22 </array> 23 23 <key>IBSystem Version</key> 24 <string>8 C31</string>24 <string>8I1119</string> 25 25 </dict> 26 26 </plist> trunk/Languages/German.lproj/JVInterfacePreferences.nib/info.nib
r2749 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 64 446 356 240 0 0 1280 832</string>6 <string>75 481 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 367 359 545 421 0 0 1280 832</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>4 37.0</string>13 <string>443.0</string> 14 14 <key>IBLockedObjects</key> 15 15 <array> … … 22 22 </array> 23 23 <key>IBSystem Version</key> 24 <string>8 B15</string>24 <string>8I1119</string> 25 25 </dict> 26 26 </plist> trunk/Languages/Italian.lproj/JVInterfacePreferences.nib/info.nib
r2997 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>2 2 572 356 240 0 0 1344 986</string>6 <string>24 489 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 378 301 545 421 0 0 1344 986</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>4 39.0</string>13 <string>443.0</string> 14 14 <key>IBLockedObjects</key> 15 15 <array> … … 22 22 </array> 23 23 <key>IBSystem Version</key> 24 <string>8 C31</string>24 <string>8I1119</string> 25 25 </dict> 26 26 </plist> trunk/Languages/Spanish.lproj/JVInterfacePreferences.nib/info.nib
r2997 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>2 2 572 356 240 0 0 1344 986</string>6 <string>24 489 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 378 301 545 421 0 0 1344 986</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>4 39.0</string>13 <string>443.0</string> 14 14 <key>IBLockedObjects</key> 15 15 <array> … … 22 22 </array> 23 23 <key>IBSystem Version</key> 24 <string>8 C31</string>24 <string>8I1119</string> 25 25 </dict> 26 26 </plist> trunk/Languages/pt_PT.lproj/JVInterfacePreferences.nib/info.nib
r2997 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>2 2 572 356 240 0 0 1344 986</string>6 <string>24 489 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 378 301 545 421 0 0 1344 986</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>4 39.0</string>13 <string>443.0</string> 14 14 <key>IBLockedObjects</key> 15 15 <array> … … 22 22 </array> 23 23 <key>IBSystem Version</key> 24 <string>8 C31</string>24 <string>8I1119</string> 25 25 </dict> 26 26 </plist> trunk/Languages/zh_TW.lproj/JVInterfacePreferences.nib/info.nib
r3062 r3206 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string>2 2 572 356 240 0 0 1344 986</string>6 <string>24 489 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>5</key> 10 <string> 378 301 545 421 0 0 1344 986</string>10 <string>447 389 545 421 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 17 17 <integer>89</integer> 18 18 </array> 19 <key>IBOpenObjects</key> 20 <array> 21 <integer>5</integer> 22 </array> 19 23 <key>IBSystem Version</key> 20 <string>8 F46</string>24 <string>8I1119</string> 21 25 </dict> 22 26 </plist>
