X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2Fmain.cpp;h=7ba58535f0e5803d0fff73a544cfdbfe7ef645ba;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=6fb0655c4906ed82a4ec904bcb24f644eb32921f;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/example/main.cpp b/synfig-core/trunk/src/modules/example/main.cpp index 6fb0655..7ba5853 100644 --- a/synfig-core/trunk/src/modules/example/main.cpp +++ b/synfig-core/trunk/src/modules/example/main.cpp @@ -1,5 +1,5 @@ /*! ======================================================================== -** Sinfg +** Synfig ** Template File ** $Id: main.cpp,v 1.1.1.1 2005/01/04 01:23:09 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,9 +29,9 @@ # include #endif -#include -#include -#include +#include +#include +#include #include "simplecircle.h" #include "filledrect.h" #include "metaballs.h" @@ -45,7 +45,7 @@ MODULE_DESC_BEGIN(example) MODULE_DESCRIPTION("A dummy module that serves as a starting point for writing other modules.") MODULE_AUTHOR("Robert B. Quattlebaum") MODULE_VERSION("1.0") - MODULE_COPYRIGHT(SINFG_COPYRIGHT) + MODULE_COPYRIGHT(SYNFIG_COPYRIGHT) MODULE_DESC_END MODULE_INVENTORY_BEGIN(example)