Added in Quit option.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7834 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-03-30 21:09:19 +00:00
committed by derek
parent 17110c18a6
commit 9d9cfdef7c

View File

@ -135,7 +135,7 @@ public class ApplePlugin implements Plugin, Alerter {
public void handleQuit(ApplicationEvent applicationEvent) {
System.exit(0);
SparkManager.getMainWindow().shutdown();
}
});