File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public class Maud extends GuiApplication {
122
122
/**
123
123
* application name for the window's title bar
124
124
*/
125
- final private static String applicationName = Maud . class . getSimpleName () ;
125
+ final private static String applicationName = " Maud version 1.0.0-alpha.6" ;
126
126
/**
127
127
* path to logo image for the settings dialog
128
128
*/
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public static void aboutMaud() {
119
119
String text = "Maud, by Stephen Gold\n \n You are c"
120
120
+ "urrently using Maud, a jMonkeyEngine application for edit"
121
121
+ "ing animated models.\n \n The version you are using "
122
- // + "is designated 1.0.0-alpha.5 .\n\nIt "
122
+ + "is designated 1.0.0-alpha.6 .\n \n It "
123
123
+ "includes the following libraries:" ;
124
124
text += String .format ("%n jme3-core version=%s (BSD license)" ,
125
125
MyString .quote (JmeVersion .FULL_NAME ));
@@ -147,7 +147,6 @@ public static void aboutMaud() {
147
147
text += String .format ("%n jme3-desktop (BSD license)" );
148
148
text += String .format ("%n jme3-effects (BSD license)" );
149
149
text += String .format ("%n jme3-lwjgl (BSD license)" );
150
- text += String .format ("%n jme3-niftygui (BSD license)" );
151
150
text += String .format ("%n jme3-plugins (BSD license)" );
152
151
text += String .format ("%n jme3-terrain (BSD license)" );
153
152
You can’t perform that action at this time.
0 commit comments