2005-01-26 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / mbas / modifiers.cs
index e2c50ccc948adef091c870ebe15560624c31dc0b..b75c57c51b214f5b2eb541df1d8255d1a0d42e3f 100644 (file)
@@ -246,7 +246,7 @@ namespace Mono.MonoBASIC {
 
                public static void Error_InvalidModifier (Location l, string name)
                {
-                       Report.Error (106, l, "the modifier " + name + " is not valid for this item");
+                       Report.Error (30233, l, "the modifier " + name + " is not valid for this item");
                }
        }
 }