summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-02-23 16:15:26 +0000
committerSND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-02-23 16:15:26 +0000
commitb2a6f1a70027737fd34df818be1310ca1d965234 (patch)
treee1ee33ca708c1669768fa15c0e3ce1ab732dced3 /gui
parent64a137829a1d3523c52fd1109db910da6c58a9e6 (diff)
downloadpcsxr-b2a6f1a70027737fd34df818be1310ca1d965234.tar.gz
little fix for copyright notice
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89194 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
-rwxr-xr-xgui/AboutDlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c
index 1d9962bf..f701c1c9 100755
--- a/gui/AboutDlg.c
+++ b/gui/AboutDlg.c
@@ -71,7 +71,7 @@ void RunAboutDialog(void) {
const gchar *copyright = N_(
"(C) 1999-2003 PCSX Team\n"
"(C) 2005-2009 PCSX-df Team\n"
- "(C) 2009-2013 PCSX-Reloaded Team");
+ "(C) 2009-2014 PCSX-Reloaded Team");
const gchar *license = N_(
"This program is free software: you can redistribute it and/or modify "