moreupdates
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / main.cpp
index 8d09009..e64f0e0 100644 (file)
@@ -1,5 +1,5 @@
 /*! ========================================================================
-** Sinfg
+** Synfig
 ** bleh
 ** $Id: main.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $
 **
@@ -20,7 +20,7 @@
 
 /* === H E A D E R S ======================================================= */
 
-#define SINFG_MODULE
+#define SYNFIG_MODULE
 
 #ifdef USING_PCH
 #      include "pch.h"
@@ -29,8 +29,8 @@
 #      include <config.h>
 #endif
 
-#include <sinfg/module.h>
-#include <sinfg/string.h>
+#include <synfig/module.h>
+#include <synfig/string.h>
 
 #include "zoom.h"
 //#include "blur.h"
@@ -71,7 +71,7 @@ MODULE_DESC_BEGIN(liblyr_std)
        MODULE_DESCRIPTION("Provides a basic set of standard layers")
        MODULE_AUTHOR("Robert B. Quattlebaum")
        MODULE_VERSION("1.0")
-       MODULE_COPYRIGHT(SINFG_COPYRIGHT)
+       MODULE_COPYRIGHT(SYNFIG_COPYRIGHT)
 MODULE_DESC_END
 
 MODULE_INVENTORY_BEGIN(liblyr_std)