[gimp-gap] Partial fix of #607724, same medicine to gap_wr_resynth
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-gap] Partial fix of #607724, same medicine to gap_wr_resynth
- Date: Sat, 3 Dec 2011 17:35:56 +0000 (UTC)
commit 7bb6b5c0bd6acc2652326fbea6d2f1752f61574e
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sat Dec 3 21:32:09 2011 +0400
Partial fix of #607724, same medicine to gap_wr_resynth
gap/gap_vex_main.c | 2 ++
gap/gap_wr_resynth.c | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gap/gap_vex_main.c b/gap/gap_vex_main.c
index 225cd0f..895ce09 100644
--- a/gap/gap_vex_main.c
+++ b/gap/gap_vex_main.c
@@ -157,6 +157,8 @@ query ()
INIT_I18N();
+ gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR);
+
gimp_install_procedure (GAP_VEX_PLUG_IN_NAME,
"Extract frames from videofiles into animframes or multilayer image",
"The specified range of frames (params: begin_pos upto end_pos) is extracted from"
diff --git a/gap/gap_wr_resynth.c b/gap/gap_wr_resynth.c
index 38ab12e..9b35233 100644
--- a/gap/gap_wr_resynth.c
+++ b/gap/gap_wr_resynth.c
@@ -147,6 +147,8 @@ query (void)
GIMP_LASTVALDEF_GINT32 (GIMP_ITER_TRUE, glob_vals.seed, "seed")
};
+ gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR);
+
/* registration for last values buffer structure (useful for animated filter apply) */
gimp_lastval_desc_register(PLUG_IN_PROC,
&glob_vals,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]