Removed '+' from the 'About' page.
This commit is contained in:
parent
5b577f3405
commit
a8303ba13c
@ -88,7 +88,7 @@ public class SpaceShipSim {
|
|||||||
aboutItem.addActionListener(new ActionListener() {
|
aboutItem.addActionListener(new ActionListener() {
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent ae) {
|
public void actionPerformed(ActionEvent ae) {
|
||||||
new Window("About", "SpaceShipSim +" + panel.version + "\n" +
|
new Window("About", "SpaceShipSim " + panel.version + "\n" +
|
||||||
"Copyright (C) 2014 Nicolás A. Ortega\n" +
|
"Copyright (C) 2014 Nicolás A. Ortega\n" +
|
||||||
"Contact: nicolas.ortega.froysa@gmail.com\n" +
|
"Contact: nicolas.ortega.froysa@gmail.com\n" +
|
||||||
"Source-code: https://github.com/Deathsbreed/SpaceShipSim\n" +
|
"Source-code: https://github.com/Deathsbreed/SpaceShipSim\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user