Map quit role to terminate selector
This commit is contained in:
parent
a16d907684
commit
67f7b4d4c5
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ Role kRolesMap[] = {
|
|||
{ @selector(performMiniaturize:), "minimize" },
|
||||
{ @selector(performClose:), "close" },
|
||||
{ @selector(performZoom:), "zoom" },
|
||||
{ @selector(terminate:), "quit" },
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in a new issue