Changeset 101 for trunk/Forms/UFormSettings.pas
- Timestamp:
- Feb 8, 2022, 6:07:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.pas
r82 r101 22 22 ComboBoxTheme: TComboBox; 23 23 EditDefaultVcardVersion: TEdit; 24 EditMapUrl: TEdit; 24 25 Label1: TLabel; 25 26 Label2: TLabel; … … 103 104 CheckBoxReopenLastFileOnStart.Checked := Core.ReopenLastFileOnStart; 104 105 EditDefaultVcardVersion.Text := Core.DefaultVcardVersion; 106 EditMapUrl.Text := Core.MapUrl; 105 107 UpdateInterface; 106 108 end; … … 112 114 Core.ReopenLastFileOnStart := CheckBoxReopenLastFileOnStart.Checked; 113 115 Core.DefaultVcardVersion := EditDefaultVcardVersion.Text; 116 Core.MapUrl := EditMapUrl.Text; 114 117 end; 115 118
Note:
See TracChangeset
for help on using the changeset viewer.