* generator/Ctor.cs: Warnings was output like "ctor" fixed to

output like "in ctor", like the rest of the warnings.

svn path=/trunk/gtk-sharp/; revision=22394
This commit is contained in:
Martin Willemoes Hansen 2004-01-22 11:27:29 +00:00
parent 6b4af0e8da
commit 64e7ad9f30
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-01-22 Martin Willemoes Hansen <mwh@sysrq.dk>
* generator/Ctor.cs: Warnings was output like "ctor" fixed to
output like "in ctor", like the rest of the warnings.
2004-01-21 John Luke <jluke@cfl.rr.com>
* vte/Makefile.in: fix so you can build from scratch

View File

@ -53,7 +53,7 @@ namespace GtkSharp.Generation {
{
if (parms != null) {
if (!parms.Validate ()) {
Console.Write("ctor ");
Console.Write("in ctor ");
Statistics.ThrottledCount++;
return false;
}