From 24cd2bbdf9c5746c582e2916f359560ee6c2fa97 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 19 May 2012 16:22:21 +0000 Subject: [PATCH] Fix the name of the quit command Originally committed to SVN as r6837. --- aegisub/src/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/menu.cpp b/aegisub/src/menu.cpp index 88ed936b1..5b42025db 100644 --- a/aegisub/src/menu.cpp +++ b/aegisub/src/menu.cpp @@ -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;