diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-14 03:05:23 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-14 03:05:23 +0000 |
| commit | bccb9c573355bcecfc03115d1f07776af993b7e3 (patch) | |
| tree | 5d2004045a470c0acebbbc3b7d9a1145a6abe0c2 /gui | |
| parent | dd25820ac8dfb3fa1168832db9bf56a1844e49ea (diff) | |
| download | pcsxr-bccb9c573355bcecfc03115d1f07776af993b7e3.tar.gz | |
update POTFILES.in
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48014 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/AboutDlg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c index e69f4eb6..1c602105 100644 --- a/gui/AboutDlg.c +++ b/gui/AboutDlg.c @@ -67,9 +67,9 @@ void RunAboutDialog(void) { }; const gchar *copyright = N_( - "(c) 1999-2003 PCSX Team\n" - "(c) 2005-2009 PCSX-df Team\n" - "(c) 2009-2010 PCSX-Reloaded Team"); + "(C) 1999-2003 PCSX Team\n" + "(C) 2005-2009 PCSX-df Team\n" + "(C) 2009-2010 PCSX-Reloaded Team"); const gchar *license = N_( "This program is free software; you can redistribute it and/or modify " |
