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:
Sven Neumann 2004-03-08 00:52:57 +00:00 committed by Sven Neumann
parent 2036638f73
commit c290943acd
2 changed files with 7 additions and 1 deletions

View File

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

View File

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