mirror of https://github.com/odrling/Aegisub
Fix the name of the quit command
Originally committed to SVN as r6837.
This commit is contained in:
parent
9f9e273de2
commit
24cd2bbdf9
|
@ -250,7 +250,7 @@ public:
|
||||||
cmd::call("app/options", context);
|
cmd::call("app/options", context);
|
||||||
break;
|
break;
|
||||||
case wxID_EXIT:
|
case wxID_EXIT:
|
||||||
cmd::call("app/quit", context);
|
cmd::call("app/exit", context);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue