diff src/parse.y @ 5878:27771d9cd4f4

[project @ 2006-07-02 18:45:11 by jwe]
author jwe
date Sun, 02 Jul 2006 18:45:11 +0000
parents f6ddc0ee2315
children 25da9a7d5f6d
line wrap: on
line diff
--- a/src/parse.y	Sat Jul 01 21:52:06 2006 +0000
+++ b/src/parse.y	Sun Jul 02 18:45:11 2006 +0000
@@ -1533,7 +1533,7 @@
 maybe_warn_variable_switch_label (tree_expression *expr)
 {
   if (! expr->is_constant ())
-    warning_with_id ("Octave:warn-variable-switch-label",
+    warning_with_id ("Octave:variable-switch-label",
     		     "variable switch label");
 }