Fixed typo in dialog when an assetpack download is successful
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8659 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
6110509b8e
commit
c3a618faf5
@ -71,7 +71,7 @@ public class OnlineBrowser extends javax.swing.JPanel implements HyperlinkListen
|
|||||||
}
|
}
|
||||||
handle.finish();
|
handle.finish();
|
||||||
Confirmation msg = new NotifyDescriptor.Confirmation(
|
Confirmation msg = new NotifyDescriptor.Confirmation(
|
||||||
"Successfully downloades asset pack!\n" + name,
|
"Successfully downloaded asset pack!\n" + name,
|
||||||
NotifyDescriptor.OK_CANCEL_OPTION,
|
NotifyDescriptor.OK_CANCEL_OPTION,
|
||||||
NotifyDescriptor.INFORMATION_MESSAGE);
|
NotifyDescriptor.INFORMATION_MESSAGE);
|
||||||
DialogDisplayer.getDefault().notifyLater(msg);
|
DialogDisplayer.getDefault().notifyLater(msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user