mirror of https://github.com/GNOME/gimp.git
gradient.c: changed URL written in POV files to http://www.gimp.org/
This commit is contained in:
parent
d4e3ca5561
commit
9b4d32e37a
|
@ -1625,7 +1625,7 @@ ed_do_save_pov_callback(GtkWidget *widget, gpointer client_data)
|
|||
warning("ed_do_save_pov_callback(): oops, could not open \"%s\"", filename);
|
||||
else {
|
||||
fprintf(file, "/* color_map file created by the GIMP */\n");
|
||||
fprintf(file, "/* http://www.xcf.berkeley.edu/~gimp */\n");
|
||||
fprintf(file, "/* http://www.gimp.org/ */\n");
|
||||
|
||||
fprintf(file, "color_map {\n");
|
||||
|
||||
|
|
|
@ -1625,7 +1625,7 @@ ed_do_save_pov_callback(GtkWidget *widget, gpointer client_data)
|
|||
warning("ed_do_save_pov_callback(): oops, could not open \"%s\"", filename);
|
||||
else {
|
||||
fprintf(file, "/* color_map file created by the GIMP */\n");
|
||||
fprintf(file, "/* http://www.xcf.berkeley.edu/~gimp */\n");
|
||||
fprintf(file, "/* http://www.gimp.org/ */\n");
|
||||
|
||||
fprintf(file, "color_map {\n");
|
||||
|
||||
|
|
|
@ -1625,7 +1625,7 @@ ed_do_save_pov_callback(GtkWidget *widget, gpointer client_data)
|
|||
warning("ed_do_save_pov_callback(): oops, could not open \"%s\"", filename);
|
||||
else {
|
||||
fprintf(file, "/* color_map file created by the GIMP */\n");
|
||||
fprintf(file, "/* http://www.xcf.berkeley.edu/~gimp */\n");
|
||||
fprintf(file, "/* http://www.gimp.org/ */\n");
|
||||
|
||||
fprintf(file, "color_map {\n");
|
||||
|
||||
|
|
|
@ -1625,7 +1625,7 @@ ed_do_save_pov_callback(GtkWidget *widget, gpointer client_data)
|
|||
warning("ed_do_save_pov_callback(): oops, could not open \"%s\"", filename);
|
||||
else {
|
||||
fprintf(file, "/* color_map file created by the GIMP */\n");
|
||||
fprintf(file, "/* http://www.xcf.berkeley.edu/~gimp */\n");
|
||||
fprintf(file, "/* http://www.gimp.org/ */\n");
|
||||
|
||||
fprintf(file, "color_map {\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue