On Monday 07 October 2013 07:12:44 Алексей Логинов wrote:
> This window is without translation:
> "Format error", "is invalid"

Did you add mseconsts_ru to uses in program and call setlangconsts()? You 
probably should adjust the program template for your Russian distribution.
git/mseide-msegui/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;
begin
 setlangconsts(''); //set system default
 application.createform(tmainfo,mainfo);
 application.run;
end.
"

Martin

------------------------------------------------------------------------------
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

Reply via email to