Skip to content

Commit

Permalink
fix: update about dialog to 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
fflo committed Dec 7, 2016
1 parent 210fba2 commit 853a040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/aboutdialog.cpp
Expand Up @@ -5,7 +5,7 @@

// Copyright year (2009-this)
// Todo: update this when changing our copyright comments in the source
const int ABOUTDIALOG_COPYRIGHT_YEAR = 2015;
const int ABOUTDIALOG_COPYRIGHT_YEAR = 2016;

AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent, DIALOGWINDOWHINTS),
Expand Down

0 comments on commit 853a040

Please sign in to comment.