--Sven
This commit is contained in:
Sven Neumann 2000-03-26 15:55:36 +00:00
parent 73e2967251
commit 60022552ec
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-03-26 Sven Neumann <sven@gimp.org>
* plug-ins/gap/gap_main.c
* plug-ins/gap/gap_mpege.c: no need to abbreviate Image to Img here
2000-03-26 Sven Neumann <sven@gimp.org>
* plug-ins/common/iwarp.c: applied gimp-simon-20000325-1 provided

View File

@ -544,7 +544,7 @@ query ()
"Wolfgang Hofer (hof@hotbot.com)",
"Wolfgang Hofer",
gap_main_version,
N_("<Image>/Video/Split Img to Frames..."),
N_("<Image>/Video/Split Image to Frames..."),
"RGB*, INDEXED*, GRAY*",
PROC_PLUG_IN,
nargs_split, nreturn_split,

View File

@ -161,7 +161,7 @@ int p_mpege_info(t_anim_info *ainfo_ptr, char *errlist, t_gap_mpeg_encoder encod
l_idx++;
p_init_arr_arg(&argv[l_idx], WGT_LABEL_LEFT);
argv[l_idx].label_txt = _(" or 'Split Img to Frames' from the Video Menu)");
argv[l_idx].label_txt = _(" or 'Split Image to Frames' from the Video Menu)");
l_idx++;
p_init_arr_arg(&argv[l_idx], WGT_LABEL_LEFT);