Re: "_New" vs. N_("New") vs. N_("_New")
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: Ian Peters <itp andrew cmu edu>
- cc: Gnome List <gnome-list gnome org>
- Subject: Re: "_New" vs. N_("New") vs. N_("_New")
- Date: Mon, 9 Nov 1998 16:37:21 -0600 (CST)
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]