mirror of https://github.com/GNOME/gimp.git
parent
73e2967251
commit
60022552ec
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue