r14250 by fschmid - Fixed incorrect #defines in the file headers.
scribus-commit
scribus-commit at lists.scribus.net
Thu Oct 29 13:10:21 CET 2009
Revision: 14250
Author: fschmid
Date: 2009-10-29T07:53:42.278734Z
Commit message: Fixed incorrect #defines in the file headers.
Changeset:
M /trunk/Scribus/scribus/plugins/pctimplugin/importpctplugin.h
M /trunk/Scribus/scribus/plugins/pctimplugin/importpct.h
Diffs:
Index: scribus/plugins/pctimplugin/importpctplugin.h
===================================================================
--- scribus/plugins/pctimplugin/importpctplugin.h (revision 14249)
+++ scribus/plugins/pctimplugin/importpctplugin.h (revision 14250)
@@ -4,8 +4,8 @@
a copyright and/or license notice that predates the release of Scribus 1.3.2
for which a new license (GPL+exception) is in place.
*/
-#ifndef IMPORTCVGPLUGIN_H
-#define IMPORTCVGPLUGIN_H
+#ifndef IMPORTPCTPLUGIN_H
+#define IMPORTPCTPLUGIN_H
#include "pluginapi.h"
#include "loadsaveplugin.h"
Index: scribus/plugins/pctimplugin/importpct.h
===================================================================
--- scribus/plugins/pctimplugin/importpct.h (revision 14249)
+++ scribus/plugins/pctimplugin/importpct.h (revision 14250)
@@ -4,8 +4,8 @@
a copyright and/or license notice that predates the release of Scribus 1.3.2
for which a new license (GPL+exception) is in place.
*/
-#ifndef IMPORTCVG_H
-#define IMPORTCVG_H
+#ifndef IMPORTPCT_H
+#define IMPORTPCT_H
#include "pluginapi.h"
More information about the scribus-commit
mailing list