Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: LETARTARE on June 22, 2020, 07:16:19 PM

Title: Translation error
Post by: LETARTARE on June 22, 2020, 07:16:19 PM
cb-11272::"editorcolourset.h:L123"
void SetFileMasks(HighlightLanguage lang, const wxString& masks, const wxString& = _(","));
_(",") =>  _T(",")
Title: Re: Translation error
Post by: LETARTARE on June 23, 2020, 12:58:15 AM
cb-11272 :
I found some other corrections to make...
I propose a patch
Title: Re: Translation error
Post by: BlueHazzard on June 23, 2020, 08:32:29 AM
Can you make a ticket on SF? Here it will get lost....  :'(
Title: Re: Translation error
Post by: LETARTARE on June 23, 2020, 10:18:11 AM
It's here : https://sourceforge.net/p/codeblocks/tickets/985/ (https://sourceforge.net/p/codeblocks/tickets/985/)
Title: Re: Translation error
Post by: oBFusCATed on June 23, 2020, 08:04:43 PM
Some of these changes aren't correct...