- add space in external change popup

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10305 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent b4ce601544
commit 322368ae79
  1. 2
      sdk/jme3-core/src/com/jme3/gde/core/assets/ExternalChangeScanner.java

@ -86,7 +86,7 @@ public class ExternalChangeScanner implements AssetDataPropertyChangeListener, F
//TODO: execute on separate thread?
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
NotifyDescriptor.Confirmation mesg = new NotifyDescriptor.Confirmation("Original file for " + assetDataObject.getName() + "changed\nTry and reapply mesh data to j3o file?",
NotifyDescriptor.Confirmation mesg = new NotifyDescriptor.Confirmation("Original file for " + assetDataObject.getName() + " changed\nTry and reapply mesh data to j3o file?",
"Original file changed.",
NotifyDescriptor.YES_NO_OPTION, NotifyDescriptor.QUESTION_MESSAGE);
DialogDisplayer.getDefault().notify(mesg);

Loading…
Cancel
Save