moreupdates
[synfig.git] / synfig-core / trunk / src / modules / mod_bmp / main.cpp
index 5e9116e..17628b7 100644 (file)
@@ -1,4 +1,4 @@
-/* === S I N F G =========================================================== */
+/* === S Y N F I G ========================================================= */
 /*!    \file main.cpp
 **     \brief writeme
 **
@@ -21,7 +21,7 @@
 
 /* === H E A D E R S ======================================================= */
 
-#define SINFG_NO_ANGLE
+#define SYNFIG_NO_ANGLE
 
 #ifdef USING_PCH
 #      include "pch.h"
@@ -30,8 +30,8 @@
 #      include <config.h>
 #endif
 
-#include <sinfg/module.h>
-#include <sinfg/layer.h>
+#include <synfig/module.h>
+#include <synfig/layer.h>
 #include "trgt_bmp.h"
 #include "mptr_bmp.h"
 
@@ -44,7 +44,7 @@ MODULE_DESC_BEGIN(mod_bmp)
        MODULE_DESCRIPTION("Provides a Microsoft BMP output target and importer")
        MODULE_AUTHOR("Robert B. Quattlebaum")
        MODULE_VERSION("1.0")
-       MODULE_COPYRIGHT(SINFG_COPYRIGHT)
+       MODULE_COPYRIGHT(SYNFIG_COPYRIGHT)
 MODULE_DESC_END
 
 MODULE_INVENTORY_BEGIN(mod_bmp)