----- Alwin <translati...@ziggo.nl> a écrit : > Hi Christophe, > > > Christophe CURIS schreef: > > [...] > > + > > +static const struct { > > + const char *key_name; > > + WWindowAttributes flag; > > + const char *caption; > > + const char *description; > > +} window_attribute[] = { > > + { "NoTitlebar", { .no_titlebar = 1 }, M_("Disable titlebar"), > > (...) > > Gettext doesn't use the M_("...") strings currently. M_ could be added > as a prefix, or the strings be changed to N_, ofcourse... (?)
Hi, You're totally right, I picked the wrong macro for this one, patch following... Thanks for cross-checking! Regards, Christophe. -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.