okay... figured it.
basically the name is getting set too late.
Quote:
+ g_set_prgname( _("L:A_N:application_ID:twobob.gtkpaint_PC:N_O:R") );
gtk_init( &argc, &argv );
|
should fix it. (errr. not my code by the way, theirs, I am hacking it in now)
building now, release next 5 mins.
by the way, thanks for noticing this - I have seen this same "PW just ignore naming" in other gtk apps so this horrific hack should fix those one too... nice