mirror of https://github.com/GNOME/gimp.git
s/pseudocolor visuals/8-bit (256 colors) displays/. Fixes bug #137078.
2004-08-05 Michael Natterer <mitch@gimp.org> * app/config/gimprc-blurbs.h (INSTALL_COLORMAP_BLURB): s/pseudocolor visuals/8-bit (256 colors) displays/. Fixes bug #137078.
This commit is contained in:
parent
60fd11d79b
commit
db5e7e38bd
|
@ -1,3 +1,9 @@
|
|||
2004-08-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/config/gimprc-blurbs.h (INSTALL_COLORMAP_BLURB):
|
||||
s/pseudocolor visuals/8-bit (256 colors) displays/.
|
||||
Fixes bug #137078.
|
||||
|
||||
2004-08-05 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
Enabled previewing items without selecting them in all list and
|
||||
|
|
|
@ -164,7 +164,7 @@ N_("When enabled, this will ensure that the full image is visible after a " \
|
|||
"file is opened, otherwise it will be displayed with a scale of 1:1.")
|
||||
|
||||
#define INSTALL_COLORMAP_BLURB \
|
||||
N_("Install a private colormap; might be useful on pseudocolor visuals.")
|
||||
N_("Install a private colormap; might be useful on 8-bit (256 colors) displays.")
|
||||
|
||||
#define INTERPOLATION_TYPE_BLURB \
|
||||
N_("Sets the level of interpolation used for scaling and other " \
|
||||
|
|
Loading…
Reference in New Issue