You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tMI = [[NSMenuItemallocWithZone:[NSMenumenuZone]] initWithTitle:@"Open Battery System Preferences..."action:@selector(openEnergySaverSystemPreferences:) keyEquivalent:@""];
367
+
tMI = [[NSMenuItemalloc] initWithTitle:@"Open Battery System Preferences..."action:@selector(openEnergySaverSystemPreferences:) keyEquivalent:@""];
368
368
[myMenu addItem:tMI];
369
369
}
370
370
else {
371
-
tMI = [[NSMenuItemallocWithZone:[NSMenumenuZone]] initWithTitle:@"Open Energy Saver System Preferences..."action:@selector(openEnergySaverSystemPreferences:) keyEquivalent:@""];
371
+
tMI = [[NSMenuItemalloc] initWithTitle:@"Open Energy Saver System Preferences..."action:@selector(openEnergySaverSystemPreferences:) keyEquivalent:@""];
0 commit comments