Have fun recompiling gimp everyone. It's the great FSF address change!
-Yosh
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
*
|
||||
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -251,7 +251,7 @@ script_fu_console_interface ()
|
||||
gtk_text_insert (GTK_TEXT (cint.console), cint.font_weak, NULL, NULL,
|
||||
"along with this program; if not, write to the Free Software\n", -1);
|
||||
gtk_text_insert (GTK_TEXT (cint.console), cint.font_weak, NULL, NULL,
|
||||
"Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n", -1);
|
||||
"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n", -1);
|
||||
gtk_text_insert (GTK_TEXT (cint.console), cint.font_weak, NULL, NULL,
|
||||
"\n\n", -1);
|
||||
gtk_text_insert (GTK_TEXT (cint.console), cint.font_strong, NULL, NULL,
|
||||
|
||||
Reference in New Issue
Block a user