summaryrefslogtreecommitdiffstats
path: root/src/composite-undo-stack-observer.h
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 05:40:36 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 05:40:36 +0000
commit8b04d0db6c55e36935690d37defb6f9b68945796 (patch)
tree3909eb7f8201b43f6a4dcfcc854eda2fbc72b17e /src/composite-undo-stack-observer.h
parentScour extension added to Makefile.am and POTFILE.in (inkscape.pot updated). (diff)
downloadinkscape-8b04d0db6c55e36935690d37defb6f9b68945796.tar.gz
inkscape-8b04d0db6c55e36935690d37defb6f9b68945796.zip
SPDocument->Document
(bzr r8404)
Diffstat (limited to 'src/composite-undo-stack-observer.h')
-rw-r--r--src/composite-undo-stack-observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h
index cd00d4211..01c64f4fd 100644
--- a/src/composite-undo-stack-observer.h
+++ b/src/composite-undo-stack-observer.h
@@ -1,5 +1,5 @@
/**
- * Aggregates undo stack observers for management and triggering in SPDocument
+ * Aggregates undo stack observers for management and triggering in Document
*
* Heavily inspired by Inkscape::XML::CompositeNodeObserver.
*
@@ -25,7 +25,7 @@ namespace Inkscape {
class Event;
/**
- * Aggregates UndoStackObservers for management and triggering in an SPDocument's undo/redo
+ * Aggregates UndoStackObservers for management and triggering in an Document's undo/redo
* system.
*/
class CompositeUndoStackObserver : public UndoStackObserver {