[Rawstudio-commit] r4126 - trunk/contrib
Klaus Post
klauspost at gmail.com
Thu Feb 2 22:19:08 CET 2012
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))
More information about the Rawstudio-commit
mailing list