mirror of https://github.com/GNOME/gimp.git
Fixed some tyops
1999-07-22 Tomas Ogren <stric@ing.umu.se> * plug-ins/common/gifload.c: * libgimp/gimpunitmenu.c: Fixed some tyops
This commit is contained in:
parent
ed54e959ae
commit
adf422b263
|
@ -1,3 +1,8 @@
|
|||
1999-07-22 Tomas Ogren <stric@ing.umu.se>
|
||||
|
||||
* plug-ins/common/gifload.c:
|
||||
* libgimp/gimpunitmenu.c: Fixed some tyops
|
||||
|
||||
1999-07-21 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Update gcc instructions. Remove warning about
|
||||
|
|
|
@ -363,7 +363,7 @@ gimp_unit_menu_build_string (gchar *format, GUnit unit)
|
|||
break;
|
||||
|
||||
default:
|
||||
g_warning (_("unit-menu-format contains unknown"
|
||||
g_warning (_("unit-menu-format contains unknown "
|
||||
"format sequence '%%%c'"), *format);
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -363,7 +363,7 @@ gimp_unit_menu_build_string (gchar *format, GUnit unit)
|
|||
break;
|
||||
|
||||
default:
|
||||
g_warning (_("unit-menu-format contains unknown"
|
||||
g_warning (_("unit-menu-format contains unknown "
|
||||
"format sequence '%%%c'"), *format);
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -361,7 +361,7 @@ load_image (char *filename)
|
|||
/* Extension */
|
||||
if (!ReadOK (fd, &c, 1))
|
||||
{
|
||||
g_message (_("GIF: OF / read error on extension function code\n"));
|
||||
g_message (_("GIF: EOF / read error on extension function code\n"));
|
||||
return image_ID; /* will be -1 if failed on first image! */
|
||||
}
|
||||
DoExtension (fd, c);
|
||||
|
|
Loading…
Reference in New Issue