diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-01-17 22:53:02 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-01-17 22:53:02 +0000 |
| commit | ad71869e3eca4f49ec294363a1adc24b6473f8f2 (patch) | |
| tree | 2f974cd2bbea9854e82d091eeb0668adbdbd3d2d /src/message.h | |
| parent | safety check (diff) | |
| download | inkscape-ad71869e3eca4f49ec294363a1adc24b6473f8f2.tar.gz inkscape-ad71869e3eca4f49ec294363a1adc24b6473f8f2.zip | |
add new message type for urgent immediate statusbar display
(bzr r2232)
Diffstat (limited to 'src/message.h')
| -rw-r--r-- | src/message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message.h b/src/message.h index 24a61fea7..b9b38b613 100644 --- a/src/message.h +++ b/src/message.h @@ -21,6 +21,7 @@ namespace Inkscape { */ enum MessageType { NORMAL_MESSAGE, + IMMEDIATE_MESSAGE, WARNING_MESSAGE, ERROR_MESSAGE, INFORMATION_MESSAGE |
