Author: post Date: 2012-02-02 22:19:08 +0100 (Thu, 02 Feb 2012) New Revision: 4126
Modified: trunk/contrib/output-template.c Log: Fix translation of output plugins. Patch by Simone Contini. Modified: trunk/contrib/output-template.c =================================================================== --- trunk/contrib/output-template.c 2012-02-02 20:09:46 UTC (rev 4125) +++ trunk/contrib/output-template.c 2012-02-02 21:19:08 UTC (rev 4126) @@ -19,9 +19,9 @@ /* Output plugin tmpl version 1 */ +#include "config.h" #include <rawstudio.h> #include <gettext.h> -#include "config.h" #define RS_TYPE_TEMPLATE (rs_template_type) #define RS_TEMPLATE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), RS_TYPE_TEMPLATE, RSTemplate)) _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
