On Thursday 09 August 2012 20:36:21 Алексей Логинов wrote:
> I don' t understand why if I don't want to use Unit mseconsts_ru.pas and If
> I have .so with all strings (instead mseconsts_ru.pas) why can not it be
> worked?
>
Have a look into the source:
"
procedure tfiledialogfo.formoncreate(const sender: TObject);
begin
 with stockobjects do begin
  dir.frame.caption:= captions[sc_dirhk];
  home.caption:= captions[sc_homehk];
  up.caption:= captions[sc_uphk];
  createdir.caption:= captions[sc_new_dirhk];
  filename.frame.caption:= captions[sc_namehk];
  filter.frame.caption:= captions[sc_filterhk];
  showhidden.frame.caption:= captions[sc_show_hidden_fileshk];
  ok.caption:= modalresulttext[mr_ok];
  cancel.caption:= modalresulttext[mr_cancel];  
 end;
end;

"
Martin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to