Skip to content
Snippets Groups Projects
Commit a98206bf authored by George Nachman's avatar George Nachman
Browse files

Remove quit command from standard suite to try to fix issue 2130

parent 90507cef
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,13 +9,6 @@
<enumerator name="ask" code="ask "
description="Ask the user whether or not to save the file."/>
</enumeration>
<command name="quit" code="aevtquit" description="Quit the application.">
<cocoa class="NSQuitCommand"/>
<parameter name="saving" code="savo" type="save options" optional="yes"
description="Whether or not changed documents should be saved before closing.">
<cocoa key="SaveOptions"/>
</parameter>
</command>
<command name="count" code="corecnte"
description="Return the number of elements of a particular class within an object.">
<cocoa class="NSCountCommand"/>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment