Author: craig
Date: Mon Apr 20 21:11:31 2015
New Revision: 20016

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20016
Log:
Fix CMake text

Modified:
    trunk/Scribus/scribus/plugins/import/pub/CMakeLists.txt

Modified: trunk/Scribus/scribus/plugins/import/pub/CMakeLists.txt
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=20016&path=/trunk/Scribus/scribus/plugins/import/pub/CMakeLists.txt
==============================================================================
--- trunk/Scribus/scribus/plugins/import/pub/CMakeLists.txt (original)
+++ trunk/Scribus/scribus/plugins/import/pub/CMakeLists.txt Mon Apr 20 21:11:31 
2015
@@ -2,7 +2,7 @@
 IF (HAVE_REVENGE)
        pkg_check_modules(LIBMSPUB libmspub-0.1>=0.1)
        IF (LIBMSPUB_FOUND)
-               MESSAGE("Building MS-Publisher Importer with librevenge")
+               MESSAGE("Building MS Publisher Importer with librevenge")
                INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR} 
${CMAKE_SOURCE_DIR}/scribus ${LIBREVENGE_INCLUDE_DIRS} 
${LIBREVENGE_GENERATORS_INCLUDE_DIRS} ${LIBREVENGE_STREAM_INCLUDE_DIRS} 
${LIBMSPUB_INCLUDE_DIRS})
                SET(IMPORTPUB_PLUGIN_MOC_CLASSES importpub.h importpubplugin.h)
                SET(IMPORTPUB_PLUGIN_SOURCES ../revenge/rawpainter.cpp 
importpub.cpp importpubplugin.cpp)
@@ -22,7 +22,7 @@
                        IF (LIBWPD_FOUND)
                                pkg_check_modules(LIBWPD_STREAM 
libwpd-stream-0.9)
                                IF (LIBWPD_STREAM_FOUND)
-                                       MESSAGE("Building MS-Publisher Importer 
without librevenge")
+                                       MESSAGE("Building MS Publisher Importer 
without librevenge")
                                        INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR} 
${CMAKE_SOURCE_DIR}/scribus ${LIBWPG_INCLUDE_DIRS} ${LIBWPD_INCLUDE_DIRS} 
${LIBWPD_STREAM_INCLUDE_DIRS} ${LIBMSPUB_INCLUDE_DIRS})
                                        SET(IMPORTPUB_PLUGIN_MOC_CLASSES 
importpub.h importpubplugin.h)
                                        SET(IMPORTPUB_PLUGIN_SOURCES 
../revenge/rawpainter.cpp importpub.cpp importpubplugin.cpp)


_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit

Reply via email to