mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 14:02:06 +00:00
#811 Export ActionScript fail fixed
Creating buttons simplified (common code lines moved to function)
This commit is contained in:
@@ -251,7 +251,7 @@ public abstract class MainFrameMenu {
|
||||
}
|
||||
|
||||
protected void homePage() {
|
||||
String homePageURL = ApplicationInfo.PROJECT_PAGE+"?utm_source=app&utm_medium=menu&utm_campaign=app";
|
||||
String homePageURL = ApplicationInfo.PROJECT_PAGE + "?utm_source=app&utm_medium=menu&utm_campaign=app";
|
||||
if (!View.navigateUrl(homePageURL)) {
|
||||
View.showMessageDialog(null, translate("message.homepage").replace("%url%", homePageURL));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user