Fix the name of the quit command

Originally committed to SVN as r6837.
This commit is contained in:
Thomas Goyne 2012-05-19 16:22:21 +00:00
parent 9f9e273de2
commit 24cd2bbdf9
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public:
cmd::call("app/options", context);
break;
case wxID_EXIT:
cmd::call("app/quit", context);
cmd::call("app/exit", context);
break;
default:
break;