Skip to content

Commit

Permalink
update copyright year in about popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Mar 8, 2014
1 parent fc54b87 commit 343286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ void MainWindow::slotShowAbout()
{
QString mainText = "<h3>" + QString::fromAscii(APP_NAME) + " " + QString::fromAscii(APP_VERSION) + "</h3>";
mainText+= "Created by Damien \"Mistic\" Sorel.<br>";
mainText+= "&copy; 2013 <a href=\"http://strangeplanet.fr\">StrangePlanet.fr</a><br>";
mainText+= "&copy; 2013-2014 <a href=\"http://strangeplanet.fr\">StrangePlanet.fr</a><br>";
mainText+= "Licenced under <a href=\"http://www.gnu.org/licenses/gpl-3.0.txt\">GNU General Public License Version 3</a>";

QMessageBox dialog(this);
Expand Down

0 comments on commit 343286a

Please sign in to comment.