mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
AUP3: Change column header in History dialog
This commit is contained in:
parent
021508c7b9
commit
8069b2b39b
@ -95,7 +95,7 @@ HistoryDialog::HistoryDialog(AudacityProject *parent, UndoManager *manager):
|
|||||||
.MinSize()
|
.MinSize()
|
||||||
.AddListControlReportMode(
|
.AddListControlReportMode(
|
||||||
{ { XO("Action"), wxLIST_FORMAT_LEFT, 260 },
|
{ { XO("Action"), wxLIST_FORMAT_LEFT, 260 },
|
||||||
{ XO("Reclaimable Space"), wxLIST_FORMAT_LEFT, 125 } },
|
{ XO("Used Space"), wxLIST_FORMAT_LEFT, 125 } },
|
||||||
wxLC_SINGLE_SEL
|
wxLC_SINGLE_SEL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user