Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Context/Support
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12395
Modified Files:
AbstractMessageSource.cs
Log Message:
improved WebQuickStart examples
fixed SPRNET-344
fixed SPRNET-696
fixed SPRNET-706
Index: AbstractMessageSource.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Core/Context/Support/AbstractMessageSource.cs,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** AbstractMessageSource.cs 22 Aug 2007 20:16:10 -0000 1.20
--- AbstractMessageSource.cs 23 Aug 2007 10:38:02 -0000 1.21
***************
*** 433,437 ****
{
// Check parent MessageSource, returning null if not found there.
! return ParentMessageSource.GetMessage(code, args, null, culture);
}
}
--- 433,437 ----
{
// Check parent MessageSource, returning null if not found there.
! return ParentMessageSource.GetMessage(code, null, culture, args);
}
}
|