Thank you, Martin, this problem was fixed. I rebuilt RPM packages mseide-msegui with apps/ide/templates/default/project.pas:
program ${%PROJECTNAME%};
{$ifdef FPC}{$mode objfpc}{$h+}{$endif}
{$ifdef FPC}
{$ifdef mswindows}{$apptype gui}{$endif}
{$endif}
uses
{$ifdef FPC}{$ifdef unix}cthreads,{$endif}{$endif}
msegui,mseforms,main,
mseconsts,mseconsts_ru,mseconsts_fr,mseconsts_uzcyr,mseconsts_es,mseconsts_id,mseconsts_zh,mseconsts_de;
begin
setlangconsts(''); //set system default
application.createform(tmainfo,mainfo);
application.run;
end.
Which program templates must I change also?
I found untranslated string "Exeption":
<<attachment: mseide19.png>>
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

