Typo fixes. Added gee_zoom.c. Added i18n of menu item.

2000-12-19  Stanislav Brabec  <utx@penguin.cz>

        * plug-ins/gap/gap_lib.c: Typo fixes.
        * po-plug-ins/POTFILES.in: Added gee_zoom.c.
        * plug-ins/common/gee.c, plug-ins/common/gee_zoom.c: Added i18n
        of menu item.
This commit is contained in:
Stanislav Brabec 2000-12-19 18:58:13 +00:00 committed by Stanislav Brabec
parent 336e10aed0
commit 157be09f07
5 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,10 @@
2000-12-19 Stanislav Brabec <utx@penguin.cz>
* plug-ins/gap/gap_lib.c: Typo fixes.
* po-plug-ins/POTFILES.in: Added gee_zoom.c.
* plug-ins/common/gee.c, plug-ins/common/gee_zoom.c: Added i18n
of menu item.
2000-12-19 Sven Neumann <sven@gimp.org>
* app/curves.c: applied a patch from David Hodson that reverts
@ -189,6 +196,7 @@
* plug-ins/common/gee.c: Using "env" instead of "environ" caused
a clash. Changed the other one to "environment".
>>>>>>> 1.3131
2000-12-17 Tor Lillqvist <tml@iki.fi>
* config.h.win32: Typo.

View File

@ -109,7 +109,7 @@ query (void)
#ifdef HIDDEN
NULL,
#else
"<Image>/Filters/Toys/Gee-Slime",
N_("<Image>/Filters/Toys/Gee-Slime"),
#endif
"RGB*, INDEXED*, GRAY*",
GIMP_PLUGIN,

View File

@ -136,7 +136,7 @@ query (void)
"Adam D. Moss <adam@gimp.org>",
"Adam D. Moss <adam@gimp.org>",
"1998",
"<Image>/Filters/Toys/Gee-Zoom",
N_("<Image>/Filters/Toys/Gee-Zoom"),
"RGB*, INDEXED*, GRAY*",
GIMP_PLUGIN,
nargs, 0,

View File

@ -718,7 +718,7 @@ int p_dir_ainfo(t_anim_info *ainfo_ptr)
if(gap_debug) fprintf(stderr, "DEBUG p_dir_ainfo: DIRNAME:%s\n", l_dirname_ptr);
l_dirp = opendir( l_dirname_ptr );
if(!l_dirp) fprintf(stderr, "ERROR p_dir_ainfo: cant read directory %s\n", l_dirname_ptr);
if(!l_dirp) fprintf(stderr, "ERROR p_dir_ainfo: can't read directory %s\n", l_dirname_ptr);
else
{
while ( (l_dp = readdir( l_dirp )) != NULL )
@ -1254,7 +1254,7 @@ int p_save_named_frame(gint32 image_id, char *sav_name)
}
else
{
fprintf(stderr, "ERROR in p_save_named_frame: cant rename %s to %s\n",
fprintf(stderr, "ERROR in p_save_named_frame: can't rename %s to %s\n",
l_tmpname, sav_name);
return -1;
}
@ -2466,7 +2466,7 @@ p_clear_or_count_video_paste(gint delete_flag)
if(!l_dirp)
{
printf("ERROR p_vid_edit_clear: cant read directory %s\n", l_dir);
printf("ERROR p_vid_edit_clear: can't read directory %s\n", l_dir);
l_framecount = -1;
}
else
@ -2919,7 +2919,7 @@ p_gap_lock_is_locked(gint32 image_id, GimpRunModeType run_mode)
{
gchar *l_lockmsg;
l_lockmsg = g_strdup_printf(_("Cant execute more than 1 Video Function\n"
l_lockmsg = g_strdup_printf(_("Can't execute more than 1 Video Function\n"
"on the same AnimFrame Image at the same time\n"
"LOCK ID:%s\n")
, l_lock.key);

View File

@ -54,6 +54,7 @@ plug-ins/common/gauss_iir.c
plug-ins/common/gauss_rle.c
plug-ins/common/gbr.c
plug-ins/common/gee.c
plug-ins/common/gee_zoom.c
plug-ins/common/gicon.c
plug-ins/common/gif.c
plug-ins/common/gih.c