Re: "_New" vs. N_("New") vs. N_("_New")




On Mon, 9 Nov 1998, Ian Peters wrote:
> 
> - "_<string>"

This calls an i18n function, which makes C upset in certain cases (e.g. 
static initializers), so then you need:

> - N_("<string>")

A different issue entirely:

> - N_("_<string>")
> 

This just means "The letter after the _ is the accelerator for this key."
You use it in menus.

Havoc





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]