diff --git a/source/preferences.pas b/source/preferences.pas index 6d89c46f..292add86 100644 --- a/source/preferences.pas +++ b/source/preferences.pas @@ -541,6 +541,7 @@ begin comboTheme.Items.Add(Styles[i]); end; comboTheme.ItemIndex := comboTheme.Items.IndexOf(AppSettings.GetDefaultString(asTheme)); + lblTheme.Caption := lblTheme.Caption + ' ('+UpperCase(_('deprecated'))+')'; // Populate icon pack dropdown from image collections on main form comboIconPack.Items.Clear;