Changeset 5203
- Timestamp:
- 01/26/08 12:35:44 (5 months ago)
- Files:
-
- WiredClient/trunk/English.lproj/Preview.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/English.lproj/Preview.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/English.lproj/Preview.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/French.lproj/Preview.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/French.lproj/Preview.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/French.lproj/Preview.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/German.lproj/Preview.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/German.lproj/Preview.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/German.lproj/Preview.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/Japanese.lproj/Preview.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/Japanese.lproj/Preview.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/Japanese.lproj/Preview.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/WCPreview.h (modified) (1 diff)
- WiredClient/trunk/WCPreview.m (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/English.lproj/Preview.nib/classes.nib
r3597 r5203 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = WCConnectionController; 6 LANGUAGE = ObjC; 7 SUPERCLASS = WIWindowController; 8 }, 9 { 10 CLASS = WCPreview; 11 LANGUAGE = ObjC; 12 OUTLETS = { 13 "_htmlView" = WebView; 14 "_htmlWindow" = NSWindow; 15 "_imageView" = NSImageView; 16 "_imageWindow" = NSWindow; 17 "_pdfView" = WIPDFView; 18 "_pdfWindow" = NSWindow; 19 "_textView" = NSTextView; 20 "_textWindow" = NSWindow; 21 }; 22 SUPERCLASS = WCConnectionController; 23 }, 24 {CLASS = WIPDFView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 25 { 26 CLASS = WIWindowController; 27 LANGUAGE = ObjC; 28 SUPERCLASS = NSWindowController; 29 } 30 ); 31 IBVersion = 1; 32 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>WCPreview</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>OUTLETS</key> 13 <dict> 14 <key>_htmlView</key> 15 <string>WebView</string> 16 <key>_htmlWindow</key> 17 <string>NSWindow</string> 18 <key>_imageView</key> 19 <string>NSImageView</string> 20 <key>_imageWindow</key> 21 <string>NSWindow</string> 22 <key>_pdfView</key> 23 <string>WIPDFView</string> 24 <key>_pdfWindow</key> 25 <string>NSWindow</string> 26 <key>_textView</key> 27 <string>NSTextView</string> 28 <key>_textWindow</key> 29 <string>NSWindow</string> 30 </dict> 31 <key>SUPERCLASS</key> 32 <string>WCConnectionController</string> 33 </dict> 34 <dict> 35 <key>CLASS</key> 36 <string>WIPDFView</string> 37 <key>LANGUAGE</key> 38 <string>ObjC</string> 39 <key>SUPERCLASS</key> 40 <string>NSImageView</string> 41 </dict> 42 <dict> 43 <key>CLASS</key> 44 <string>FirstResponder</string> 45 <key>LANGUAGE</key> 46 <string>ObjC</string> 47 <key>SUPERCLASS</key> 48 <string>NSObject</string> 49 </dict> 50 <dict> 51 <key>CLASS</key> 52 <string>NSObject</string> 53 <key>LANGUAGE</key> 54 <string>ObjC</string> 55 </dict> 56 <dict> 57 <key>CLASS</key> 58 <string>WIWindowController</string> 59 <key>LANGUAGE</key> 60 <string>ObjC</string> 61 <key>SUPERCLASS</key> 62 <string>NSWindowController</string> 63 </dict> 64 <dict> 65 <key>ACTIONS</key> 66 <dict> 67 <key>accounts</key> 68 <string>id</string> 69 <key>addBookmark</key> 70 <string>id</string> 71 <key>broadcast</key> 72 <string>id</string> 73 <key>chat</key> 74 <string>id</string> 75 <key>console</key> 76 <string>id</string> 77 <key>disconnect</key> 78 <string>id</string> 79 <key>files</key> 80 <string>id</string> 81 <key>messages</key> 82 <string>id</string> 83 <key>news</key> 84 <string>id</string> 85 <key>postNews</key> 86 <string>id</string> 87 <key>reconnect</key> 88 <string>id</string> 89 <key>search</key> 90 <string>id</string> 91 <key>serverInfo</key> 92 <string>id</string> 93 <key>transfers</key> 94 <string>id</string> 95 </dict> 96 <key>CLASS</key> 97 <string>WCConnectionController</string> 98 <key>LANGUAGE</key> 99 <string>ObjC</string> 100 <key>SUPERCLASS</key> 101 <string>WIWindowController</string> 102 </dict> 103 </array> 104 <key>IBVersion</key> 105 <string>1</string> 106 </dict> 107 </plist> WiredClient/trunk/English.lproj/Preview.nib/info.nib
r4461 r5203 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>364 98 401 340 0 0 1280 1002 </string>7 5 <key>IBFramework Version</key> 8 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 <integer> 3</integer>10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 12 <array> 13 <integer>24</integer> 14 <integer>5</integer> 15 <integer>54</integer> 16 <integer>9</integer> 13 <integer>71</integer> 17 14 </array> 18 15 <key>IBSystem Version</key> 19 <string>8L127</string> 16 <string>9B18</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 20 19 </dict> 21 20 </plist> WiredClient/trunk/French.lproj/Preview.nib/classes.nib
r4147 r5203 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = WCConnectionController; 6 LANGUAGE = ObjC; 7 SUPERCLASS = WIWindowController; 8 }, 9 { 10 CLASS = WCPreview; 11 LANGUAGE = ObjC; 12 OUTLETS = { 13 "_htmlView" = WebView; 14 "_htmlWindow" = NSWindow; 15 "_imageView" = NSImageView; 16 "_imageWindow" = NSWindow; 17 "_pdfView" = WIPDFView; 18 "_pdfWindow" = NSWindow; 19 "_textView" = NSTextView; 20 "_textWindow" = NSWindow; 21 }; 22 SUPERCLASS = WCConnectionController; 23 }, 24 {CLASS = WIPDFView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 25 { 26 CLASS = WIWindowController; 27 LANGUAGE = ObjC; 28 SUPERCLASS = NSWindowController; 29 } 30 ); 31 IBVersion = 1; 32 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>WCPreview</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>OUTLETS</key> 13 <dict> 14 <key>_htmlView</key> 15 <string>WebView</string> 16 <key>_htmlWindow</key> 17 <string>NSWindow</string> 18 <key>_imageView</key> 19 <string>NSImageView</string> 20 <key>_imageWindow</key> 21 <string>NSWindow</string> 22 <key>_pdfView</key> 23 <string>WIPDFView</string> 24 <key>_pdfWindow</key> 25 <string>NSWindow</string> 26 <key>_textView</key> 27 <string>NSTextView</string> 28 <key>_textWindow</key> 29 <string>NSWindow</string> 30 </dict> 31 <key>SUPERCLASS</key> 32 <string>WCConnectionController</string> 33 </dict> 34 <dict> 35 <key>CLASS</key> 36 <string>WIPDFView</string> 37 <key>LANGUAGE</key> 38 <string>ObjC</string> 39 <key>SUPERCLASS</key> 40 <string>NSImageView</string> 41 </dict> 42 <dict> 43 <key>CLASS</key> 44 <string>FirstResponder</string> 45 <key>LANGUAGE</key> 46 <string>ObjC</string> 47 <key>SUPERCLASS</key> 48 <string>NSObject</string> 49 </dict> 50 <dict> 51 <key>CLASS</key> 52 <string>NSObject</string> 53 <key>LANGUAGE</key> 54 <string>ObjC</string> 55 </dict> 56 <dict> 57 <key>CLASS</key> 58 <string>WIWindowController</string> 59 <key>LANGUAGE</key> 60 <string>ObjC</string> 61 <key>SUPERCLASS</key> 62 <string>NSWindowController</string> 63 </dict> 64 <dict> 65 <key>ACTIONS</key> 66 <dict> 67 <key>accounts</key> 68 <string>id</string> 69 <key>addBookmark</key> 70 <string>id</string> 71 <key>broadcast</key> 72 <string>id</string> 73 <key>chat</key> 74 <string>id</string> 75 <key>console</key> 76 <string>id</string> 77 <key>disconnect</key> 78 <string>id</string> 79 <key>files</key> 80 <string>id</string> 81 <key>messages</key> 82 <string>id</string> 83 <key>news</key> 84 <string>id</string> 85 <key>postNews</key> 86 <string>id</string> 87 <key>reconnect</key> 88 <string>id</string> 89 <key>search</key> 90 <string>id</string> 91 <key>serverInfo</key> 92 <string>id</string> 93 <key>transfers</key> 94 <string>id</string> 95 </dict> 96 <key>CLASS</key> 97 <string>WCConnectionController</string> 98 <key>LANGUAGE</key> 99 <string>ObjC</string> 100 <key>SUPERCLASS</key> 101 <string>WIWindowController</string> 102 </dict> 103 </array> 104 <key>IBVersion</key> 105 <string>1</string> 106 </dict> 107 </plist> WiredClient/trunk/French.lproj/Preview.nib/info.nib
r4461 r5203 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>1119 421 401 340 0 0 1920 1178 </string>7 5 <key>IBFramework Version</key> 8 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 <integer> 3</integer>10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 <array> 13 <integer>5</integer> 14 </array> 12 <array/> 15 13 <key>IBSystem Version</key> 16 <string>8L127</string> 14 <string>9B18</string> 15 <key>targetFramework</key> 16 <string>IBCocoaFramework</string> 17 17 </dict> 18 18 </plist> WiredClient/trunk/German.lproj/Preview.nib/classes.nib
r4237 r5203 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = WCConnectionController; 6 LANGUAGE = ObjC; 7 SUPERCLASS = WIWindowController; 8 }, 9 { 10 CLASS = WCPreview; 11 LANGUAGE = ObjC; 12 OUTLETS = { 13 "_htmlView" = WebView; 14 "_htmlWindow" = NSWindow; 15 "_imageView" = NSImageView; 16 "_imageWindow" = NSWindow; 17 "_pdfView" = WIPDFView; 18 "_pdfWindow" = NSWindow; 19 "_textView" = NSTextView; 20 "_textWindow" = NSWindow; 21 }; 22 SUPERCLASS = WCConnectionController; 23 }, 24 {CLASS = WIPDFView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 25 { 26 CLASS = WIWindowController; 27 LANGUAGE = ObjC; 28 SUPERCLASS = NSWindowController; 29 } 30 ); 31 IBVersion = 1; 32 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>WCPreview</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>OUTLETS</key> 13 <dict> 14 <key>_htmlView</key> 15 <string>WebView</string> 16 <key>_htmlWindow</key> 17 <string>NSWindow</string> 18 <key>_imageView</key> 19 <string>NSImageView</string> 20 <key>_imageWindow</key> 21 <string>NSWindow</string> 22 <key>_pdfView</key> 23 <string>WIPDFView</string> 24 <key>_pdfWindow</key> 25 <string>NSWindow</string> 26 <key>_textView</key> 27 <string>NSTextView</string> 28 <key>_textWindow</key> 29 <string>NSWindow</string> 30 </dict> 31 <key>SUPERCLASS</key> 32 <string>WCConnectionController</string> 33 </dict> 34 <dict> 35 <key>CLASS</key> 36 <string>WIPDFView</string> 37 <key>LANGUAGE</key> 38 <string>ObjC</string> 39 <key>SUPERCLASS</key> 40 <string>NSImageView</string> 41 </dict> 42 <dict> 43 <key>CLASS</key> 44 <string>FirstResponder</string> 45 <key>LANGUAGE</key> 46 <string>ObjC</string> 47 <key>SUPERCLASS</key> 48 <string>NSObject</string> 49 </dict> 50 <dict> 51 <key>CLASS</key> 52 <string>NSObject</string> 53 <key>LANGUAGE</key> 54 <string>ObjC</string> 55 </dict> 56 <dict> 57 <key>CLASS</key> 58 <string>WIWindowController</string> 59 <key>LANGUAGE</key> 60 <string>ObjC</string> 61 <key>SUPERCLASS</key> 62 <string>NSWindowController</string> 63 </dict> 64 <dict> 65 <key>ACTIONS</key> 66 <dict> 67 <key>accounts</key> 68 <string>id</string> 69 <key>addBookmark</key> 70 <string>id</string> 71 <key>broadcast</key> 72 <string>id</string> 73 <key>chat</key> 74 <string>id</string> 75 <key>console</key> 76 <string>id</string> 77 <key>disconnect</key> 78 <string>id</string> 79 <key>files</key> 80 <string>id</string> 81 <key>messages</key> 82 <string>id</string> 83 <key>news</key> 84 <string>id</string> 85 <key>postNews</key> 86 <string>id</string> 87 <key>reconnect</key> 88 <string>id</string> 89 <key>search</key> 90 <string>id</string> 91 <key>serverInfo</key> 92 <string>id</string> 93 <key>transfers</key> 94 <string>id</string> 95 </dict> 96 <key>CLASS</key> 97 <string>WCConnectionController</string> 98 <key>LANGUAGE</key> 99 <string>ObjC</string> 100 <key>SUPERCLASS</key> 101 <string>WIWindowController</string> 102 </dict> 103 </array> 104 <key>IBVersion</key> 105 <string>1</string> 106 </dict> 107 </plist> WiredClient/trunk/German.lproj/Preview.nib/info.nib
r4461 r5203 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>364 98 401 340 0 0 1280 1002 </string>7 5 <key>IBFramework Version</key> 8 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 <integer> 3</integer>10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 <array> 13 <integer>54</integer> 14 <integer>5</integer> 15 </array> 12 <array/> 16 13 <key>IBSystem Version</key> 17 <string>8L127</string> 14 <string>9B18</string> 15 <key>targetFramework</key> 16 <string>IBCocoaFramework</string> 18 17 </dict> 19 18 </plist> WiredClient/trunk/Japanese.lproj/Preview.nib/classes.nib
r4143 r5203 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = WCConnectionController; 6 LANGUAGE = ObjC; 7 SUPERCLASS = WIWindowController; 8 }, 9 { 10 CLASS = WCPreview; 11 LANGUAGE = ObjC; 12 OUTLETS = { 13 "_htmlView" = WebView; 14 "_htmlWindow" = NSWindow; 15 "_imageView" = NSImageView; 16 "_imageWindow" = NSWindow; 17 "_pdfView" = WIPDFView; 18 "_pdfWindow" = NSWindow; 19 "_textView" = NSTextView; 20 "_textWindow" = NSWindow; 21 }; 22 SUPERCLASS = WCConnectionController; 23 }, 24 {CLASS = WIPDFView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 25 { 26 CLASS = WIWindowController; 27 LANGUAGE = ObjC; 28 SUPERCLASS = NSWindowController; 29 } 30 ); 31 IBVersion = 1; 32 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>WCPreview</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>OUTLETS</key> 13 <dict> 14 <key>_htmlView</key> 15 <string>WebView</string> 16 <key>_htmlWindow</key> 17 <string>NSWindow</string> 18 <key>_imageView</key> 19 <string>NSImageView</string> 20 <key>_imageWindow</key> 21 <string>NSWindow</string> 22 <key>_pdfView</key> 23 <string>WIPDFView</string> 24 <key>_pdfWindow</key> 25 <string>NSWindow</string> 26 <key>_textView</key> 27 <string>NSTextView</string> 28 <key>_textWindow</key> 29 <string>NSWindow</string> 30 </dict> 31 <key>SUPERCLASS</key> 32 <string>WCConnectionController</string> 33 </dict> 34 <dict> 35 <key>CLASS</key> 36 <string>WIPDFView</string> 37 <key>LANGUAGE</key> 38 <string>ObjC</string> 39 <key>SUPERCLASS</key> 40 <string>NSImageView</string> 41 </dict> 42 <dict> 43 <key>CLASS</key> 44 <string>FirstResponder</string> 45 <key>LANGUAGE</key> 46 <string>ObjC</string> 47 <key>SUPERCLASS</key> 48 <string>NSObject</string> 49 </dict> 50 <dict> 51 <key>CLASS</key> 52 <string>NSObject</string> 53 <key>LANGUAGE</key> 54 <string>ObjC</string> 55 </dict> 56 <dict> 57 <key>CLASS</key> 58 <string>WIWindowController</string> 59 <key>LANGUAGE</key> 60 <string>ObjC</string> 61 <key>SUPERCLASS</key> 62 <string>NSWindowController</string> 63 </dict> 64 <dict> 65 <key>ACTIONS</key> 66 <dict> 67 <key>accounts</key> 68 <string>id</string> 69 <key>addBookmark</key> 70 <string>id</string> 71 <key>broadcast</key> 72 <string>id</string> 73 <key>chat</key> 74 <string>id</string> 75 <key>console</key> 76 <string>id</string> 77 <key>disconnect</key> 78 <string>id</string> 79 <key>files</key> 80 <string>id</string> 81 <key>messages</key> 82 <string>id</string> 83 <key>news</key> 84 <string>id</string> 85 <key>postNews</key> 86 <string>id</string> 87 <key>reconnect</key> 88 <string>id</string> 89 <key>search</key> 90 <string>id</string> 91 <key>serverInfo</key> 92 <string>id</string> 93 <key>transfers</key> 94 <string>id</string> 95 </dict> 96 <key>CLASS</key> 97 <string>WCConnectionController</string> 98 <key>LANGUAGE</key> 99 <string>ObjC</string> 100 <key>SUPERCLASS</key> 101 <string>WIWindowController</string> 102 </dict> 103 </array> 104 <key>IBVersion</key> 105 <string>1</string> 106 </dict> 107 </plist> WiredClient/trunk/Japanese.lproj/Preview.nib/info.nib
r4761 r5203 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>364 98 401 340 0 0 1280 1002 </string>7 5 <key>IBFramework Version</key> 8 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 9 9 <key>IBOldestOS</key> 10 <integer> 3</integer>10 <integer>5</integer> 11 11 <key>IBOpenObjects</key> 12 12 <array> 13 <integer>24</integer> 14 <integer>5</integer> 15 <integer>54</integer> 16 <integer>9</integer> 13 <integer>39</integer> 17 14 </array> 18 15 <key>IBSystem Version</key> 19 <string>8L127</string> 16 <string>9B18</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 20 19 </dict> 21 20 </plist> WiredClient/trunk/WCPreview.h
r4439 r5203 41 41 IBOutlet NSWindow *_htmlWindow; 42 42 IBOutlet WebView *_htmlView; 43 44 NSString *_path; 43 45 } 44 46 WiredClient/trunk/WCPreview.m
r4965 r5203 52 52 - (id)_initPreviewWithConnection:(WCServerConnection *)connection path:(NSString *)path error:(WCError **)error { 53 53 self = [super initWithWindowNibName:@"Preview" connection:connection]; 54 55 _path = [path retain]; 54 56 55 57 [self setReleasedWhenClosed:YES]; … … 61 63 name:WCPreferencesDidChange]; 62 64 63 if(![self _openFileAtPath: path error:error]) {65 if(![self _openFileAtPath:_path error:error]) { 64 66 [self release]; 65 67 … … 90 92 - (BOOL)_openFileAtPath:(NSString *)path error:(WCError **)error { 91 93 NSString *extension; 92 BOOL result = NO;93 94 94 95 extension = [[path pathExtension] lowercaseString]; … … 102 103 *error = [WCError errorWithDomain:WCWiredClientErrorDomain code:WCWiredClientOpenFailed argument:path]; 103 104 104 goto end;105 return NO; 105 106 } 106 107 … … 118 119 *error = [WCError errorWithDomain:WCWiredClientErrorDomain code:WCWiredClientOpenFailed argument:path];
