mirror of https://github.com/GNOME/gimp.git
added missing call to INIT_I18N() (spotted by iiccii@hotmail.com).
2004-03-08 Sven Neumann <sven@gimp.org> * plug-ins/common/mng.c (run): added missing call to INIT_I18N() (spotted by iiccii@hotmail.com).
This commit is contained in:
parent
2036638f73
commit
c290943acd
|
@ -1,3 +1,8 @@
|
|||
2004-03-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/mng.c (run): added missing call to INIT_I18N()
|
||||
(spotted by iiccii@hotmail.com).
|
||||
|
||||
2004-03-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* tools/pdbgen/pdb/edit.pdb (gimp-edit-copy, gimp-edit-cut)
|
||||
|
|
|
@ -1483,12 +1483,13 @@ run (const gchar *name,
|
|||
{
|
||||
static GimpParam values[1];
|
||||
|
||||
INIT_I18N ();
|
||||
|
||||
*nreturn_vals = 1;
|
||||
*return_vals = values;
|
||||
values[0].type = GIMP_PDB_STATUS;
|
||||
values[0].data.d_status = GIMP_PDB_SUCCESS;
|
||||
|
||||
|
||||
if (strcmp (name, "file_mng_save") == 0)
|
||||
{
|
||||
GimpRunMode run_mode;
|
||||
|
|
Loading…
Reference in New Issue