From 750a14b701fdad9568e7d21eae3b63f7c67db4b0 Mon Sep 17 00:00:00 2001 From: Chris Little Date: Sun, 14 Oct 2001 00:31:32 +0000 Subject: fixed PBR section headings output made each new run of the outputter recreate the SWMgr upon completion git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@10 07627401-56e2-0310-80f4-f8cd0041bdcd --- Diaspora/Diaspora.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Diaspora/Diaspora.cpp') diff --git a/Diaspora/Diaspora.cpp b/Diaspora/Diaspora.cpp index 74e063b..7fde538 100644 --- a/Diaspora/Diaspora.cpp +++ b/Diaspora/Diaspora.cpp @@ -1,3 +1,20 @@ +/* + * + * Copyright 2001 CrossWire Bible Society (http://www.crosswire.org) + * CrossWire Bible Society + * P. O. Box 2528 + * Tempe, AZ 85280-2528 + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation version 2. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + */ //--------------------------------------------------------------------------- #include @@ -5,6 +22,7 @@ USERES("Diaspora.res"); USELIB("swordlib.lib"); USEFORM("Main.cpp", MainForm); +USEUNIT("thmlpbr.cpp"); //--------------------------------------------------------------------------- WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) { -- cgit