Ignore:
Timestamp:
Mar 14, 2013, 10:59:07 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Systém pro překládání angličtiny do češtiny.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.pas

    r7 r9  
    4040  UFioAPI, UCore;
    4141
     42resourcestring
     43  SSelectFolder = 'Select destination folder';
     44
    4245{ TFormSettings }
    4346
     
    5861  Output: string;
    5962begin
    60   if SelectDirectory('Vyberte sloÅŸku', LabeledEditFolder.Text, Output) then
     63  if SelectDirectory(SSelectFolder, LabeledEditFolder.Text, Output) then
    6164    LabeledEditFolder.Text := Output;
    6265end;
Note: See TracChangeset for help on using the changeset viewer.