Bladeren bron

SDK:
- fix AtlasBatchGeometry wizard title

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

nor..67 12 jaren geleden
bovenliggende
commit
6969d87f3c

+ 1 - 1
jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/actions/impl/AtlasBatchGeometry.java

@@ -141,7 +141,7 @@ public class AtlasBatchGeometry extends AbstractToolWizardAction {
         WizardDescriptor wiz = new WizardDescriptor(new WizardDescriptor.ArrayIterator<WizardDescriptor>(panels));
         WizardDescriptor wiz = new WizardDescriptor(new WizardDescriptor.ArrayIterator<WizardDescriptor>(panels));
         // {0} will be replaced by WizardDesriptor.Panel.getComponent().getName()
         // {0} will be replaced by WizardDesriptor.Panel.getComponent().getName()
         wiz.setTitleFormat(new MessageFormat("{0}"));
         wiz.setTitleFormat(new MessageFormat("{0}"));
-        wiz.setTitle("...dialog title...");
+        wiz.setTitle("Create Batch with Texture Atlas");
         if (DialogDisplayer.getDefault().notify(wiz) == WizardDescriptor.FINISH_OPTION) {
         if (DialogDisplayer.getDefault().notify(wiz) == WizardDescriptor.FINISH_OPTION) {
             // do something
             // do something
             return wiz;
             return wiz;