Commit adf06900 authored by Derek DeMoro's avatar Derek DeMoro Committed by derek

Moved over to WebManager copy methods.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1095 b35dd754-fafc-0310-a699-88a17e54d16e
parent a3f5d29d
......@@ -340,11 +340,11 @@ public class Launcher {
}
private void installPlugin(final File plugin) {
final JDialog dialog = new JDialog(frame, "Installing Plug in", true);
final JDialog dialog = new JDialog(frame, "Installing Plugin", true);
dialog.getContentPane().setLayout(new BorderLayout());
JProgressBar bar = new JProgressBar();
bar.setIndeterminate(true);
bar.setString("Installing Plug in. Please wait...");
bar.setString("Installing Plugin. Please wait...");
bar.setStringPainted(true);
dialog.getContentPane().add(bar, BorderLayout.CENTER);
dialog.pack();
......
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