SDK
- add space in external change popup git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10305 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
b4ce601544
commit
322368ae79
@ -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…
x
Reference in New Issue
Block a user