fixed typo.

* plug-ins/common/max_rgb.c: fixed typo.

-- yasuhiro
This commit is contained in:
SHIRASAKI Yasuhiro 2000-02-08 07:29:54 +00:00
parent 8365df1083
commit f97cc48e53
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-02-08 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp>
* plug-ins/common/max_rgb.c: fixed typo.
2000-02-08 Tor Lillqvist <tml@iki.fi>
* gimprc.win32: Fix a few path separators, should be semicolons on

View File

@ -1,6 +1,6 @@
/* max_rgb.c -- This is a plug-in for the GIMP (1.0's API)
* Author: Shuji Narazaki <narazaki@InetQ.or.jp>
* Time-stamp: <2000-01-01 00:24:57 yasuhiro>
* Time-stamp: <2000-02-08 16:26:24 yasuhiro>
* Version: 0.35
*
* Copyright (C) 1997 Shuji Narazaki <narazaki@InetQ.or.jp>
@ -147,7 +147,7 @@ run (gchar *name,
/* Since a channel might be selected, we must check wheter RGB or not. */
if (!gimp_drawable_is_rgb (drawable_id))
{
g_message (_("MaxRGB: Can only operate on RBG drawables."));
g_message (_("MaxRGB: Can only operate on RGB drawables."));
return;
}
if (! dialog ())