From 61672af055214b13200c4c71a94f49ee8bbf0d38 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Fri, 19 Jul 2019 13:20:10 +0100 Subject: [PATCH] Remove obsolete FixMe comment --- src/HistoryWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HistoryWindow.cpp b/src/HistoryWindow.cpp index 17dcf5cd7..92e71040b 100644 --- a/src/HistoryWindow.cpp +++ b/src/HistoryWindow.cpp @@ -96,7 +96,6 @@ HistoryWindow::HistoryWindow(AudacityProject *parent, UndoManager *manager): S.StartMultiColumn(3, wxCENTRE); { - // FIXME: Textbox labels have inconsistent capitalization mTotal = S.Id(ID_TOTAL).AddTextBox(_("&Total space used"), wxT("0"), 10); mTotal->Bind(wxEVT_KEY_DOWN, // ignore it