Changeset 45 for trunk/Forms/UFormAcronyms.pas
- Timestamp:
- Jul 15, 2016, 12:38:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAcronyms.pas
r34 r45 62 62 SRemoveAcronym = 'Remove acronym'; 63 63 SRemoveAcronymQuery = 'Do you want to remove selected acronym?'; 64 STotal = 'Total'; 65 SFiltered = 'Filtered'; 64 66 65 67 … … 248 250 ListViewSort1.Refresh; 249 251 UpdateInterface; 250 StatusBar1.Panels[0].Text := 'Total: ' + IntToStr(MeaningCount);251 StatusBar1.Panels[1].Text := 'Filtered: ' + IntToStr(ListViewAcronyms.Items.Count);252 StatusBar1.Panels[0].Text := STotal + ': ' + IntToStr(MeaningCount); 253 StatusBar1.Panels[1].Text := SFiltered + ': ' + IntToStr(ListViewAcronyms.Items.Count); 252 254 end; 253 255
Note:
See TracChangeset
for help on using the changeset viewer.