diff options
| author | SND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-02-22 16:05:51 +0000 |
|---|---|---|
| committer | SND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-02-22 16:05:51 +0000 |
| commit | 64a137829a1d3523c52fd1109db910da6c58a9e6 (patch) | |
| tree | cfadc41d609dbf6fc955fef7206939dcc53e864e /gui | |
| parent | fe4b4c0f5672ba45c174b42fe3540029d9a5552a (diff) | |
| download | pcsxr-64a137829a1d3523c52fd1109db910da6c58a9e6.tar.gz | |
- bugfix: when controller is connected configuration dialog does not show up with SDL 2.0 on GNU/Linux (issue #11479).
- legal: about dialog shows GPLv2 instead of GPLv3.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89187 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rwxr-xr-x | gui/AboutDlg.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/AboutDlg.c b/gui/AboutDlg.c index f39daf0d..1d9962bf 100755 --- a/gui/AboutDlg.c +++ b/gui/AboutDlg.c @@ -74,9 +74,9 @@ void RunAboutDialog(void) { "(C) 2009-2013 PCSX-Reloaded Team"); const gchar *license = N_( - "This program is free software; you can redistribute it and/or modify " + "This program is free software: you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " - "the Free Software Foundation; either version 2 of the License, or " + "the Free Software Foundation, either version 3 of the License, or " "(at your option) any later version.\n" "\n" "This program is distributed in the hope that it will be useful, " @@ -85,8 +85,7 @@ void RunAboutDialog(void) { "GNU General Public License for more details.\n" "\n" "You should have received a copy of the GNU General Public License " - "along with this program; if not, write to the Free Software " - "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."); + "along with this program. If not, see <http://www.gnu.org/licenses/>."); builder = gtk_builder_new(); |
