Removed '+' from the 'About' page.

This commit is contained in:
Deathsbreed 2014-09-22 08:31:29 -05:00
parent 5b577f3405
commit a8303ba13c

View File

@ -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" +