From e960014e8e7990f140b3e118b10ab95ff5870723 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 25 Apr 2006 20:24:11 +0000 Subject: [PATCH] Use SW instead of MW for warning associated with a syntax file command. --- src/language/xforms/ChangeLog | 5 +++++ src/language/xforms/select-if.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/language/xforms/ChangeLog b/src/language/xforms/ChangeLog index 4a96aeb9..f8dee811 100644 --- a/src/language/xforms/ChangeLog +++ b/src/language/xforms/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 25 13:23:25 2006 Ben Pfaff + + * 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 * Moved files from src directory diff --git a/src/language/xforms/select-if.c b/src/language/xforms/select-if.c index 5f15b43e..e83abcdb 100644 --- a/src/language/xforms/select-if.c +++ b/src/language/xforms/select-if.c @@ -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; -- 2.30.2