Commit 53d80b23 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Messenger should start by default when first run.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@769 b35dd754-fafc-0310-a699-88a17e54d16e
parent bca6b781
......@@ -239,6 +239,9 @@ public class Launcher {
GraphicUtils.centerWindowOnScreen(frame);
frame.setVisible(true);
// Start the app.
startButton.doClick();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment