Changeset 4103

Show
Ignore:
Timestamp:
05/08/06 20:29:21 (3 years ago)
Author:
morris
Message:

Turn off customization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCPreferences.m

    r4084 r4103  
    143143        toolbar = [[NSToolbar alloc] initWithIdentifier:WCPreferencesToolbar]; 
    144144        [toolbar setDelegate:self]; 
    145         [toolbar setAllowsUserCustomization:YES]; 
     145        [toolbar setAllowsUserCustomization:NO]; 
    146146        [toolbar setAutosavesConfiguration:NO]; 
    147147