Re: Use of #define statements with translatable strings

2013-04-01 Thread Alex Aycinena
I committed it from my laptop but the desktop still doesn't work. I'll try with a fresh checkout. Alex On Sun, Mar 31, 2013 at 6:06 PM, Derek Atkins wrote: > > On Sun, March 31, 2013 8:50 pm, Alex Aycinena wrote: > > Derek & Christian, > > > > Thanks for the quick responses. > > > [snip] > > >

Re: Use of #define statements with translatable strings

2013-03-31 Thread Derek Atkins
On Sun, March 31, 2013 8:50 pm, Alex Aycinena wrote: > Derek & Christian, > > Thanks for the quick responses. > [snip] > > I solved it by using _( ) around the const char* pointers as you > suggested. > So now I'm ready to commit, but when I try do do so I get the following: > > [gnucash-dev@HPs77

Re: Use of #define statements with translatable strings

2013-03-31 Thread Alex Aycinena
Derek & Christian, Thanks for the quick responses. On Sun, Mar 31, 2013 at 2:41 PM, Christian Stimming wrote: > Am Sonntag, 31. März 2013, 14:22:24 schrieb Alex Aycinena: > > > > #define CUT_TRANSACTION_LABEL N_("Cu_t Transaction") > > #define COPY_TRANSACTION_LABELN_("_Copy Tran

Re: Use of #define statements with translatable strings

2013-03-31 Thread Christian Stimming
Am Sonntag, 31. März 2013, 14:22:24 schrieb Alex Aycinena: > > #define CUT_TRANSACTION_LABEL N_("Cu_t Transaction") > #define COPY_TRANSACTION_LABELN_("_Copy Transaction") > ... > #define CUT_SPLIT_LABEL N_("Cu_t Split") > #define COPY_SPLIT_LABEL N_("_Co

Re: Use of #define statements with translatable strings

2013-03-31 Thread Derek Atkins
Perhaps you need _() instead of N_()? -derek Sent from my HTC smartphone - Reply message - From: "Alex Aycinena" To: "gnucash-devel" Subject: Use of #define statements with translatable strings Date: Sun, Mar 31, 2013 5:22 PM I have prepared a small patch to modify the menu/toolbar l