diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2006-07-09 11:32:23 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2006-07-09 11:32:23 +0000 |
| commit | c631dfb4add034db59cb477843ca95bcc2986758 (patch) | |
| tree | c616db1f1e294f6630734af1e237322259c09366 /src/document.cpp | |
| parent | * packaging/osx-app.sh: Set the svn:executable property. (diff) | |
| download | inkscape-c631dfb4add034db59cb477843ca95bcc2986758.tar.gz inkscape-c631dfb4add034db59cb477843ca95bcc2986758.zip | |
Added descriptions to Undo/Redo commands in the menus
(bzr r1379)
Diffstat (limited to '')
| -rw-r--r-- | src/document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document.cpp b/src/document.cpp index a6b6e4e45..69f9128a8 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -106,6 +106,7 @@ SPDocument::SPDocument() { p->redo = NULL; p->undoStackObservers.add(p->event_log); + p->event_log.setDocument(this); priv = p; |
