Skip to content

Commit

Permalink
Bump current year.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Wilke committed Jan 1, 2020
1 parent d95c73a commit 448b630
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public HelpMenu() {

JMenuItem aboutMenuItem = new JMenuItem(Resources.strings().get("menu_help_about"));
aboutMenuItem.addActionListener(event -> JOptionPane.showMessageDialog(((JFrame) Game.window().getHostControl()), Resources.strings().get("menu_help_abouttext") + "\n" + Resources.strings().get("menu_help_releases") + Resources.strings().getFrom("links", "link_LITIengine_releases") + "\n\n"
+ Resources.strings().get("copyright_gurkenlabs", "2019") + "\n" + Resources.strings().get("copyright_LITIengine"), Resources.strings().get("menu_help_about") + " " + Game.info().getVersion(), JOptionPane.INFORMATION_MESSAGE));
+ Resources.strings().get("copyright_gurkenlabs", "2020") + "\n" + Resources.strings().get("copyright_LITIengine"), Resources.strings().get("menu_help_about") + " " + Game.info().getVersion(), JOptionPane.INFORMATION_MESSAGE));

this.add(tutorialMenuItem);
this.add(docsMenuItem);
Expand Down

0 comments on commit 448b630

Please sign in to comment.