Changeset 22 for trunk/Forms/UFormAcronyms.pas
- Timestamp:
- May 4, 2016, 11:43:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronyms.pas
r19 r22 58 58 59 59 resourcestring 60 SRemoveAllAcronyms = 'Remove all acronyms';61 SRemoveAllAcronymsQuery = 'Do you want to remove all acronyms?';62 60 SRemoveAcronym = 'Remove acronym'; 63 61 SRemoveAcronymQuery = 'Do you want to remove selected acronym?'; … … 256 254 AModify.Enabled := Assigned(FormMain.AcronymDb) and Assigned(ListViewAcronyms.Selected); 257 255 AAdd.Enabled := Assigned(FormMain.AcronymDb); 256 ASelectAll.Enabled := True; 258 257 end; 259 258
Note:
See TracChangeset
for help on using the changeset viewer.