summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 06:05:12 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 06:05:12 +0000
commit56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5 (patch)
tree63e0a6f00e72f1a5b7fc4fe38dfdfc966e8d03a4 /src/ui
parentSPDocument->Document (diff)
downloadinkscape-56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5.tar.gz
inkscape-56cbd9ce3b1f5116c22250d74ead66a0feb3ffa5.zip
SPDocument->Document
(bzr r8406)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/clipboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.h b/src/ui/clipboard.h
index 54c05ac0d..467888ed7 100644
--- a/src/ui/clipboard.h
+++ b/src/ui/clipboard.h
@@ -31,7 +31,7 @@ namespace UI {
* @brief System-wide clipboard manager
*
* ClipboardManager takes care of manipulating the system clipboard in response
- * to user actions. It holds a complete SPDocument as the contents. This document
+ * to user actions. It holds a complete Document as the contents. This document
* is exported using output extensions when other applications request data.
* Copying to another instance of Inkscape is special-cased, because of the extra
* data required (i.e. style, size, Live Path Effects parameters, etc.)