1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-03 14:13:11 +02:00

Rename Size as 'Reclaimable Space" for now

Better than being misleading, until we revisit the History window.
This commit is contained in:
Gale Andrews 2017-04-14 06:59:33 +01:00 committed by GitHub
parent 22d448203b
commit c4484a44ef

View File

@ -84,8 +84,8 @@ HistoryWindow::HistoryWindow(AudacityProject *parent, UndoManager *manager):
// Do this BEFORE inserting the columns. On the Mac at least, the
// columns are deleted and later InsertItem()s will cause Audacity to crash.
mList->SetSingleStyle(wxLC_SINGLE_SEL);
mList->InsertColumn(0, _("Action"), wxLIST_FORMAT_LEFT, 300);
mList->InsertColumn(1, _("Size"), wxLIST_FORMAT_LEFT, 85);
mList->InsertColumn(0, _("Action"), wxLIST_FORMAT_LEFT, 260);
mList->InsertColumn(1, _("Reclaimable Space"), wxLIST_FORMAT_LEFT, 125);
//Assign rather than set the image list, so that it is deleted later.
// AssignImageList takes ownership