s/This program/GIMP/g

2006-02-07  Sven Neumann  <sven@gimp.org>

	* app/about.h (GIMP_LICENSE): s/This program/GIMP/g
This commit is contained in:
Sven Neumann 2006-02-07 10:47:15 +00:00 committed by Sven Neumann
parent abc31b2d81
commit 5d162ab7d1
2 changed files with 19 additions and 15 deletions

View File

@ -1,3 +1,7 @@
2006-02-07 Sven Neumann <sven@gimp.org>
* app/about.h (GIMP_LICENSE): s/This program/GIMP/g
2006-02-06 Sven Neumann <sven@gimp.org> 2006-02-06 Sven Neumann <sven@gimp.org>
* plug-ins/helpbrowser/dialog.c: added const qualifier. * plug-ins/helpbrowser/dialog.c: added const qualifier.

View File

@ -20,7 +20,8 @@
#define __ABOUT_H__ #define __ABOUT_H__
#define GIMP_ACRONYM "GIMP" #define GIMP_ACRONYM \
_("GIMP")
#define GIMP_NAME \ #define GIMP_NAME \
_("GNU Image Manipulation Program") _("GNU Image Manipulation Program")
@ -30,20 +31,19 @@
"Spencer Kimball, Peter Mattis and the GIMP Development Team") "Spencer Kimball, Peter Mattis and the GIMP Development Team")
#define GIMP_LICENSE \ #define GIMP_LICENSE \
_("This program is free software; you can redistribute it and/or modify " \ _("GIMP is free software; you can redistribute it and/or modify it " \
"it under the terms of the GNU General Public License as published by " \ "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 2 of the License, or " \
"(at your option) any later version." \ "(at your option) any later version." \
"\n\n" \ "\n\n" \
"This program is distributed in the hope that it will be useful, " \ "GIMP is distributed in the hope that it will be useful, " \
"but WITHOUT ANY WARRANTY; without even the implied warranty of " \ "but WITHOUT ANY WARRANTY; without even the implied warranty of " \
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. " \ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " \
"See the GNU General Public License for more details." \ "GNU General Public License for more details." \
"\n\n" \ "\n\n" \
"You should have received a copy of the GNU General Public License " \ "You should have received a copy of the GNU General Public License " \
"along with this program; if not, write to the Free Software " \ "along with GIMP; if not, write to the Free Software Foundation, " \
"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, " \ "Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.")
"USA.")
#endif /* __ABOUT_H__ */ #endif /* __ABOUT_H__ */