logo_alphax.png
This commit is contained in:
parent
c0aacc3921
commit
b898a6b810
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
|
@ -262,8 +262,11 @@ public class StartupFrame {
|
||||||
private static ImageIcon getBundleIcon() {
|
private static ImageIcon getBundleIcon() {
|
||||||
String bundle = Autoupdate.readBundleFullNameNotNull();
|
String bundle = Autoupdate.readBundleFullNameNotNull();
|
||||||
String logoName;
|
String logoName;
|
||||||
|
// these should be about 213px wide
|
||||||
if (bundle.contains("proteus")) {
|
if (bundle.contains("proteus")) {
|
||||||
logoName = LOGO_PATH + "logo_proteus.png";
|
logoName = LOGO_PATH + "logo_proteus.png";
|
||||||
|
} else if (bundle.contains("_alphax")) {
|
||||||
|
logoName = LOGO_PATH + "logo_alphax.png";
|
||||||
} else if (bundle.contains("_mre")) {
|
} else if (bundle.contains("_mre")) {
|
||||||
logoName = LOGO_PATH + "logo_mre.png";
|
logoName = LOGO_PATH + "logo_mre.png";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue