Use SW instead of MW for warning associated with a syntax file
authorBen Pfaff <blp@gnu.org>
Tue, 25 Apr 2006 20:24:11 +0000 (20:24 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 25 Apr 2006 20:24:11 +0000 (20:24 +0000)
command.

src/language/xforms/ChangeLog
src/language/xforms/select-if.c

index 4a96aeb941a9479876c7386203e97d30fc102f8b..f8dee811d6825272954cc8a3fe5964ff1660c67d 100644 (file)
@@ -1,3 +1,8 @@
+Tue Apr 25 13:23:25 2006  Ben Pfaff  <blp@gnu.org>
+
+       * select-if.c (cmd_process_if): Use SW instead of MW for warning
+       associated with a syntax file command.
+
 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
        
        * Moved files from src directory
index 5f15b43ebe1aed6d932e55490d07e57677a1d155..e83abcdb4ab67a6cce0de970543c1a7af8ba97b3 100644 (file)
@@ -140,7 +140,7 @@ cmd_process_if (void)
 
   if (process_if_expr)
     {
-      msg (MW, _("Only last instance of this command is in effect."));
+      msg (SW, _("Only last instance of this command is in effect."));
       expr_free (process_if_expr);
     }
   process_if_expr = e;