updated the imagemap plug-in

--Sven
This commit is contained in:
Sven Neumann
1999-10-24 20:57:17 +00:00
parent 88e0cc3155
commit ecfb8a1210
76 changed files with 2078 additions and 561 deletions

View File

@ -22,7 +22,7 @@
*/
#include "imap_cmd_edit_object.h"
#include "libgimp/stdplugins-intl.h"
#include "imap_main.h"
static void edit_object_command_destruct(Command_t *parent);
@ -47,7 +47,7 @@ edit_object_command_new(Object_t *obj)
EditObjectCommand_t *command = g_new(EditObjectCommand_t, 1);
command->obj = object_ref(obj);
command->copy = object_clone(obj);
return command_init(&command->parent, "Edit Object",
return command_init(&command->parent, _("Edit Object"),
&edit_object_command_class);
}