mirror of https://github.com/GNOME/gimp.git
added some newlines.
2003-08-17 Sven Neumann <sven@gimp.org> * app/base/base.c (base_init): added some newlines. * data/patterns/brick.pat * data/patterns/leopard.pat: replaced with retouched versions done by Guillermo S. Romero (bug #118796).
This commit is contained in:
parent
fd61d33c5e
commit
019bdd206f
|
@ -1,3 +1,11 @@
|
|||
2003-08-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/base/base.c (base_init): added some newlines.
|
||||
|
||||
* data/patterns/brick.pat
|
||||
* data/patterns/leopard.pat: replaced with retouched versions done
|
||||
by Guillermo S. Romero (bug #118796).
|
||||
|
||||
2003-08-17 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell-layer-select.[ch]: made the layer
|
||||
|
|
|
@ -73,12 +73,12 @@ base_init (GimpBaseConfig *config,
|
|||
|
||||
base_config = config;
|
||||
|
||||
#if (GIMP_MINOR_VERSION%2)==1
|
||||
#if (GIMP_MINOR_VERSION % 2) == 1
|
||||
g_printerr ("This is a development version of the GIMP\n"
|
||||
"Debug messages may appear here.\n");
|
||||
"Debug messages may appear here.\n\n");
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
g_printerr ("You can minimize this window, but don't close it.\n");
|
||||
g_printerr ("You can minimize this window, but don't close it.\n\n");
|
||||
#endif
|
||||
|
||||
if (use_mmx)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue