app/core/gimp-documents.c app/core/gimp-parasites.c

2006-12-22  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-documents.c
	* app/core/gimp-parasites.c
	* app/core/gimp-templates.c
	* app/core/gimp-units.c
	* app/widgets/gimpcontrollers.c: changed the header that is
	written to config files that are rewritten on exit.

	* app/tools/gimpiscissorstool.c: comment.
This commit is contained in:
Sven Neumann
2006-12-22 10:09:09 +00:00
committed by Sven Neumann
parent 7c5221507e
commit 541c8af049
7 changed files with 18 additions and 7 deletions

View File

@ -182,7 +182,7 @@ gimp_controllers_save (Gimp *gimp)
const gchar *header =
"GIMP controllerrc\n"
"\n"
"This file will be entirely rewritten every time you quit the gimp.";
"This file will be entirely rewritten each time you exit.";
const gchar *footer =
"end of controllerrc";