Skip to content

Commit d674291

Browse files
committed
docs(ui): mark VCL styles as deprecated
1 parent 0c900b4 commit d674291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/preferences.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ procedure TfrmPreferences.FormCreate(Sender: TObject);
541541
comboTheme.Items.Add(Styles[i]);
542542
end;
543543
comboTheme.ItemIndex := comboTheme.Items.IndexOf(AppSettings.GetDefaultString(asTheme));
544+
lblTheme.Caption := lblTheme.Caption + ' ('+UpperCase(_('deprecated'))+')';
544545

545546
// Populate icon pack dropdown from image collections on main form
546547
comboIconPack.Items.Clear;

0 commit comments

Comments
 (0)