Updated generic application name to include version

This commit is contained in:
dragonmacher
2019-07-05 12:16:13 -04:00
parent 704c66461a
commit 0ddd33978e

View File

@@ -101,7 +101,7 @@ public class ApplicationInformationDisplayFactory {
}
protected String doCreateSplashScreenTitle() {
return Application.getName();
return Application.getName() + " " + Application.getApplicationVersion();
}
protected String doCreateAboutTitle() {