[QGIS Commit] r14052 -
docs/trunk/english_us/coding-compilation_guide
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Aug 11 03:20:00 EDT 2010
Author: dassau
Date: 2010-08-11 07:20:00 +0000 (Wed, 11 Aug 2010)
New Revision: 14052
Modified:
docs/trunk/english_us/coding-compilation_guide/plugins_writing_in_cpp.tex
Log:
fixed typos send by Volker Froehlich - thanks
Modified: docs/trunk/english_us/coding-compilation_guide/plugins_writing_in_cpp.tex
===================================================================
--- docs/trunk/english_us/coding-compilation_guide/plugins_writing_in_cpp.tex 2010-08-10 22:43:32 UTC (rev 14051)
+++ docs/trunk/english_us/coding-compilation_guide/plugins_writing_in_cpp.tex 2010-08-11 07:20:00 UTC (rev 14052)
@@ -13,7 +13,7 @@
QGIS C++ plugins are dynamically linked libraries (.so or .dll). They are
linked to QGIS at runtime when requested in the Plugin Manager, and extend the
-functionality of QGIS via access to the QGIS GUI. In general, they can be devided
+functionality of QGIS via access to the QGIS GUI. In general, they can be divided
into core and external plugins.
Technically the QGIS Plugin Manager looks in the lib/qgis directory for all
@@ -839,7 +839,7 @@
QGIS C++ programers:
\begin{itemize}
-\item QGIS Plugin Debugging: \url{http://wiki.qgis.org/qgiswiki/DebuggingPlugins}
+\item QGIS Plugin Debugging: \url{http://www.qgis.org/wiki/How_to_debug_QGIS_Plugins}
\item QGIS API Documentation: \url{http://svn.qgis.org/api_doc/html/}
\item Qt documentation: \url{http://doc.trolltech.com/4.3/index.html}
\end{itemize}
More information about the QGIS-commit
mailing list