File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public class Maud extends GuiApplication {
94
94
/**
95
95
* application name for the window's title bar
96
96
*/
97
- final private static String windowTitle = "Maud" ;
97
+ final private static String windowTitle = "Maud ALPHA+3 " ;
98
98
// *************************************************************************
99
99
// fields
100
100
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ public static void aboutMaud() {
95
95
String text = "Maud, by Stephen Gold\n \n You are c"
96
96
+ "urrently using Maud, a jMonkeyEngine application for edit"
97
97
+ "ing animated models.\n \n The version you are using "
98
+ + "is designated ALPHA+3.\n \n It "
98
99
+ "includes the following libraries:" ;
99
100
text += String .format ("%n jme3-core version %s" ,
100
101
MyString .quote (JmeVersion .FULL_NAME ));
You can’t perform that action at this time.
0 commit comments