Le vendredi 16 décembre 2005 à 10:40 +0100, Daniel Marjamäki a écrit : > Hello friends! > > I'm new to GTK, and would like to contribute. I have an idea for what I can do... > > Changing from:
> [const] char *str > to: > [const] char str[]
Many places where this matters have already been fixed. But by all means, if you find more, submit patches.
(The benefit is that the latter is placed in rodata...)