Changeset 3408
- Timestamp:
- 01/03/06 22:01:58 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/PreferencePane/English.lproj/Wired.nib/classes.nib
r3199 r3408 149 149 LANGUAGE = ObjC; 150 150 OUTLETS = { 151 "_bandwidthGraphView" = ZAGraphView;151 "_bandwidthGraphView" = WIGraphView; 152 152 "_currentDownloadsTextField" = NSTextField; 153 153 "_currentUploadsTextField" = NSTextField; … … 161 161 "_totalUploadsTextField" = NSTextField; 162 162 "_totalUsersTextField" = NSTextField; 163 "_transfersGraphView" = ZAGraphView;164 "_usersGraphView" = ZAGraphView;163 "_transfersGraphView" = WIGraphView; 164 "_usersGraphView" = WIGraphView; 165 165 "_versionTextField" = NSTextField; 166 166 }; 167 167 SUPERCLASS = NSObject; 168 168 }, 169 {CLASS = WIGraphView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 169 170 { 170 171 ACTIONS = {authorize = id; help = id; }; … … 182 183 }; 183 184 SUPERCLASS = NSPreferencePane; 184 }, 185 {CLASS = ZAGraphView; LANGUAGE = ObjC; SUPERCLASS = NSView; } 185 } 186 186 ); 187 187 IBVersion = 1; WiredServer/trunk/PreferencePane/English.lproj/Wired.nib/info.nib
r3199 r3408 6 6 <string>475 146 446 363 0 0 1280 1002 </string> 7 7 <key>IBFramework Version</key> 8 <string>4 39.0</string>8 <string>443.0</string> 9 9 <key>IBOpenObjects</key> 10 10 <array> … … 12 12 </array> 13 13 <key>IBSystem Version</key> 14 <string>8 C46</string>14 <string>8F46</string> 15 15 </dict> 16 16 </plist>
