Changeset 5203

Show
Ignore:
Timestamp:
01/26/08 12:35:44 (5 months ago)
Author:
morris
Message:

Fix alignment of text view in preview

Files:

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  
    11<?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"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>364 98 401 340 0 0 1280 1002 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string> 
    99        <key>IBOldestOS</key> 
    10         <integer>3</integer> 
     10        <integer>5</integer> 
    1111        <key>IBOpenObjects</key> 
    1212        <array> 
    13                 <integer>24</integer> 
    14                 <integer>5</integer> 
    15                 <integer>54</integer> 
    16                 <integer>9</integer> 
     13                <integer>71</integer> 
    1714        </array> 
    1815        <key>IBSystem Version</key> 
    19         <string>8L127</string> 
     16        <string>9B18</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    2019</dict> 
    2120</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  
    11<?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"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>1119 421 401 340 0 0 1920 1178 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string> 
    99        <key>IBOldestOS</key> 
    10         <integer>3</integer> 
     10        <integer>5</integer> 
    1111        <key>IBOpenObjects</key> 
    12         <array> 
    13                 <integer>5</integer> 
    14         </array> 
     12        <array/> 
    1513        <key>IBSystem Version</key> 
    16         <string>8L127</string> 
     14        <string>9B18</string> 
     15        <key>targetFramework</key> 
     16        <string>IBCocoaFramework</string> 
    1717</dict> 
    1818</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  
    11<?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"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>364 98 401 340 0 0 1280 1002 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string> 
    99        <key>IBOldestOS</key> 
    10         <integer>3</integer> 
     10        <integer>5</integer> 
    1111        <key>IBOpenObjects</key> 
    12         <array> 
    13                 <integer>54</integer> 
    14                 <integer>5</integer> 
    15         </array> 
     12        <array/> 
    1613        <key>IBSystem Version</key> 
    17         <string>8L127</string> 
     14        <string>9B18</string> 
     15        <key>targetFramework</key> 
     16        <string>IBCocoaFramework</string> 
    1817</dict> 
    1918</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  
    11<?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"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>364 98 401 340 0 0 1280 1002 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string> 
    99        <key>IBOldestOS</key> 
    10         <integer>3</integer> 
     10        <integer>5</integer> 
    1111        <key>IBOpenObjects</key> 
    1212        <array> 
    13                 <integer>24</integer> 
    14                 <integer>5</integer> 
    15                 <integer>54</integer> 
    16                 <integer>9</integer> 
     13                <integer>39</integer> 
    1714        </array> 
    1815        <key>IBSystem Version</key> 
    19         <string>8L127</string> 
     16        <string>9B18</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    2019</dict> 
    2120</plist> 
  • WiredClient/trunk/WCPreview.h

    r4439 r5203  
    4141        IBOutlet NSWindow                               *_htmlWindow; 
    4242        IBOutlet WebView                                *_htmlView; 
     43         
     44        NSString                                                *_path; 
    4345} 
    4446 
  • WiredClient/trunk/WCPreview.m

    r4965 r5203  
    5252- (id)_initPreviewWithConnection:(WCServerConnection *)connection path:(NSString *)path error:(WCError **)error { 
    5353        self = [super initWithWindowNibName:@"Preview" connection:connection]; 
     54         
     55        _path = [path retain]; 
    5456 
    5557        [self setReleasedWhenClosed:YES]; 
     
    6163                           name:WCPreferencesDidChange]; 
    6264         
    63         if(![self _openFileAtPath:path error:error]) { 
     65        if(![self _openFileAtPath:_path error:error]) { 
    6466                [self release]; 
    6567                 
     
    9092- (BOOL)_openFileAtPath:(NSString *)path error:(WCError **)error { 
    9193        NSString                *extension; 
    92         BOOL                    result = NO; 
    9394 
    9495        extension = [[path pathExtension] lowercaseString]; 
     
    102103                        *error = [WCError errorWithDomain:WCWiredClientErrorDomain code:WCWiredClientOpenFailed argument:path]; 
    103104                         
    104                         goto end
     105                        return NO
    105106                } 
    106107 
     
    118119                        *error = [WCError errorWithDomain:WCWiredClientErrorDomain code:WCWiredClientOpenFailed argument:path];