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:
Tomas Ogren 1999-07-22 02:58:26 +00:00 committed by Tomas Ögren
parent ed54e959ae
commit adf422b263
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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);