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

@ -1,3 +1,14 @@
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.
2006-12-22 Sven Neumann <sven@gimp.org> 2006-12-22 Sven Neumann <sven@gimp.org>
* app/pdb/misc_cmds.c * app/pdb/misc_cmds.c

View File

@ -67,7 +67,7 @@ gimp_documents_save (Gimp *gimp)
const gchar *header = const gchar *header =
"GIMP documents\n" "GIMP documents\n"
"\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 = const gchar *footer =
"end of documents"; "end of documents";

View File

@ -131,7 +131,7 @@ gimp_parasiterc_save (Gimp *gimp)
const gchar *header = const gchar *header =
"GIMP parasiterc\n" "GIMP parasiterc\n"
"\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 = const gchar *footer =
"end of parasiterc"; "end of parasiterc";

View File

@ -86,7 +86,7 @@ gimp_templates_save (Gimp *gimp)
const gchar *header = const gchar *header =
"GIMP templaterc\n" "GIMP templaterc\n"
"\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 = const gchar *footer =
"end of templaterc"; "end of templaterc";

View File

@ -196,8 +196,8 @@ gimp_unitrc_save (Gimp *gimp)
"You can edit this list with the unit " "You can edit this list with the unit "
"editor. You are not supposed to edit it " "editor. You are not supposed to edit it "
"manually, but of course you can do.\n" "manually, but of course you can do.\n"
"This file will be entirely rewritten every " "This file will be entirely rewritten each "
"time you quit the gimp.", "time you exit.",
NULL); NULL);
g_free (filename); g_free (filename);

View File

@ -34,7 +34,7 @@
/* The history of this implementation is lonog and varied. It was /* The history of this implementation is lonog and varied. It was
* orignally done by Spencer and Peter, and worked fine in the 0.54 * orignally done by Spencer and Peter, and worked fine in the 0.54
* (motif only) release of the gimp. Later revisions (0.99.something * (motif only) release of GIMP. Later revisions (0.99.something
* until about 1.1.4) completely changed the algorithm used, until it * until about 1.1.4) completely changed the algorithm used, until it
* bore little resemblance to the one described in the paper above. * bore little resemblance to the one described in the paper above.
* The 0.54 version of the algorithm was then forwards ported to 1.1.4 * The 0.54 version of the algorithm was then forwards ported to 1.1.4

View File

@ -182,7 +182,7 @@ gimp_controllers_save (Gimp *gimp)
const gchar *header = const gchar *header =
"GIMP controllerrc\n" "GIMP controllerrc\n"
"\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 = const gchar *footer =
"end of controllerrc"; "end of controllerrc";