mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Updated generic application name to include version
This commit is contained in:
@@ -101,7 +101,7 @@ public class ApplicationInformationDisplayFactory {
|
||||
}
|
||||
|
||||
protected String doCreateSplashScreenTitle() {
|
||||
return Application.getName();
|
||||
return Application.getName() + " " + Application.getApplicationVersion();
|
||||
}
|
||||
|
||||
protected String doCreateAboutTitle() {
|
||||
|
||||
Reference in New Issue
Block a user