Zbigniew Chyla <cyba@xxxxxxxx> writes: > Gimp-Print uses non-existant textdomain. Attached patch fixes this. Is it OK > to commit? > > > Zbigniew > --- gimp/plug-ins/print/print.c.cyba Tue Nov 14 19:29:01 2000 > +++ gimp/plug-ins/print/print.c Tue Nov 14 19:25:06 2000 > @@ -327,7 +327,7 @@ > ; > #endif > > - INIT_LOCALE ("gimp-print"); > + INIT_LOCALE ("gimp-std-plugins"); > > /* > * Initialize parameter data... Nope. Please do not commit this. You are correct that the code is wrong and your fix is fine, but we want to be able to use the same files as the gimp-print package ships with. I will hack a better solution using compiler defines in the Makefile to achieve this goal. Thanks for reporting the problem. Salut, Sven