mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 15:19:19 +02:00
Converter: Add project / package name to settings title. Patch from Tomasz Wieckowski.
git-svn-id: trunk@28673 -
This commit is contained in:
parent
f181c9db90
commit
fb8b6e7761
@ -493,7 +493,7 @@ begin
|
||||
fSettingsForm:=TConvertSettingsForm.Create(nil, Self);
|
||||
try
|
||||
with fSettingsForm do begin
|
||||
Caption:=fTitle;
|
||||
Caption:=fTitle + ' - ' + ExtractFileName(fMainFilename);
|
||||
ProjectPathEdit.Text:=fMainPath;
|
||||
// Settings --> UI. Loaded from ConfigSettings earlier.
|
||||
BackupCheckBox.Checked :=fBackupFiles;
|
||||
|
Loading…
Reference in New Issue
Block a user