This commit is contained in:
pinkerton%aol.net 2004-10-29 20:36:36 +00:00
Родитель 34a57689f0
Коммит 40a7556a7a
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -349,7 +349,6 @@ const int kMenuTruncationChars = 60;
// since it will be added to and removed from the menu repeatedly
mMenuItem = [[NSMenuItem alloc] initWithTitle:[self label] action:@selector(selectTab:) keyEquivalent:@""];
[mMenuItem setTarget:self];
[mMenuItem retain];
[[self tabView] setAutoresizesSubviews:YES];