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

View file

@ -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;