mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 21:58:32 +01:00
IDE: sort comboboxes in version info tab patch from xpete
git-svn-id: trunk@10247 -
This commit is contained in:
parent
e8a6925d65
commit
17d8347bb9
@ -370,9 +370,11 @@ begin
|
||||
LanguageSelectionComboBox.Items.Assign(MSLanguages);
|
||||
LanguageSelectionComboBox.ItemIndex :=
|
||||
MSHexLanguages.IndexOf(Project.VersionInfo.HexLang);
|
||||
LanguageSelectionComboBox.Sorted := True;
|
||||
CharacterSetComboBox.Items.Assign(MSCharacterSets);
|
||||
CharacterSetComboBox.ItemIndex :=
|
||||
MSHexCharacterSets.IndexOf(Project.VersionInfo.HexCharSet);
|
||||
CharacterSetComboBox.Sorted := True;
|
||||
DescriptionEdit.Text := Project.VersionInfo.DescriptionString;
|
||||
CopyrightEdit.Text := Project.VersionInfo.CopyrightString;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user