On Sat, Feb 07, 2004 at 12:45:32AM +0100, Andy Goossens wrote:
> CVS commit by goossens:
>
> CVS_SILENT
> static const char *description -> static const char description[]
> -static const char *description =
> +static const char description[] =
> I18N_NOOP("Umbrello UML Modeller");
What's the difference/advantage in this?
Thanks
Jonathan Riddell