Changeset 5201
- Timestamp:
- 01/26/08 12:15:01 (6 months ago)
- Files:
-
- WiredClient/trunk/WCApplicationController.m (modified) (1 diff)
- WiredClient/trunk/WCSettings.h (modified) (1 diff)
- WiredClient/trunk/WCSettings.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCApplicationController.m
r5001 r5201 367 367 368 368 #ifdef RELEASE 369 [[NSApp mainMenu] removeItemAtIndex:[[NSApp mainMenu] indexOfItemWithSubmenu:_debugMenu]]; 369 if(![WCSettings boolForKey:WCDebug]) 370 [[NSApp mainMenu] removeItemAtIndex:[[NSApp mainMenu] indexOfItemWithSubmenu:_debugMenu]]; 370 371 #endif 371 372 WiredClient/trunk/WCSettings.h
r4831 r5201 158 158 #define WCSSLNullTransferCiphers @"WCSSLNullTransferCiphers" 159 159 160 #define WCDebug @"WCDebug" 161 160 162 161 163 + (NSDictionary *)eventForTag:(NSUInteger)tag; WiredClient/trunk/WCSettings.m
r4965 r5201 390 390 WCSSLNullTransferCiphers, 391 391 392 // --- debug 393 [NSNumber numberWithBool:NO], 394 WCDebug, 395 392 396 NULL]; 393 397 }
