Changeset 12522 for trunk/macosx/Controller.m
- Timestamp:
- Jun 28, 2011, 1:39:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r12504 r12522 3128 3128 ButtonToolbarItem * item = [[ButtonToolbarItem alloc] initWithItemIdentifier: ident]; 3129 3129 3130 NSButton * button = [[NSButton alloc] init WithFrame: NSZeroRect];3130 NSButton * button = [[NSButton alloc] init]; 3131 3131 [button setBezelStyle: NSTexturedRoundedBezelStyle]; 3132 3132 [button setStringValue: @""];
Note: See TracChangeset
for help on using the changeset viewer.