Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / message.h
index 24a61fea7e74e5e51eb74b90e097dfcbb07b7c48..956f2c03e9f9c51f4a4ee25d4cc55fb795c61ca9 100644 (file)
@@ -21,6 +21,7 @@ namespace Inkscape {
  */
 enum MessageType {
     NORMAL_MESSAGE,
+    IMMEDIATE_MESSAGE,
     WARNING_MESSAGE,
     ERROR_MESSAGE,
     INFORMATION_MESSAGE
@@ -46,4 +47,4 @@ typedef unsigned long MessageId;
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :