diff options
| author | MenTaLguY <mental@rydia.net> | 2007-01-20 00:31:16 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-01-20 00:31:16 +0000 |
| commit | 0bb829e33760ed4686ec753400961fbcbfb423b3 (patch) | |
| tree | 1e65664c0179230c5e38f1b8924d8e6014f012f3 /src | |
| parent | New perl script for generating the NEWS from our ReleaseNotes, and (diff) | |
| download | inkscape-0bb829e33760ed4686ec753400961fbcbfb423b3.tar.gz inkscape-0bb829e33760ed4686ec753400961fbcbfb423b3.zip | |
update short descriptions of MessageStack and MessageContext a little bit
(bzr r2246)
Diffstat (limited to 'src')
| -rw-r--r-- | src/message-context.h | 2 | ||||
| -rw-r--r-- | src/message-stack.cpp | 2 | ||||
| -rw-r--r-- | src/message-stack.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/message-context.h b/src/message-context.h index 241b38660..e5ed18e8b 100644 --- a/src/message-context.h +++ b/src/message-context.h @@ -1,5 +1,5 @@ /** \file - * A convenience class for working with MessageStacks. + * Interface for locally managing a current status message */ /* diff --git a/src/message-stack.cpp b/src/message-stack.cpp index 877d8edeb..d6967fbf8 100644 --- a/src/message-stack.cpp +++ b/src/message-stack.cpp @@ -1,5 +1,5 @@ /* - * MessageStack - context for posting status messages + * MessageStack - manages stack of active status messages * * Authors: * MenTaLguY <mental@rydia.net> diff --git a/src/message-stack.h b/src/message-stack.h index 4741cce1e..058c44933 100644 --- a/src/message-stack.h +++ b/src/message-stack.h @@ -1,5 +1,5 @@ /** \file - * Managing current status messages. + * Raw stack of active status messages */ /* |
