Sfoglia il codice sorgente

SDK:
- make "classes changed" message be displayed as information and not as an error

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8638 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 anni fa
parent
commit
1aae5c5691

+ 1 - 1
jme3-scenecomposer/src/com/jme3/gde/scenecomposer/SceneComposerTopComponent.java

@@ -920,7 +920,7 @@ private void scaleButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-F
                         Confirmation msg = new NotifyDescriptor.Confirmation(
                                 "Classes have been changed, reload scene?",
                                 NotifyDescriptor.OK_CANCEL_OPTION,
-                                NotifyDescriptor.ERROR_MESSAGE);
+                                NotifyDescriptor.INFORMATION_MESSAGE);
                         Object result = DialogDisplayer.getDefault().notify(msg);
                         if (!NotifyDescriptor.OK_OPTION.equals(result)) {
                             return;