1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

AUP3: Fix build

This commit is contained in:
Leland Lucius 2020-08-05 10:31:14 -05:00
parent f179fae2c1
commit 4044bea36b

View File

@ -16,7 +16,7 @@
#include "../ProjectManager.h"
#include "../ProjectWindow.h"
#include "../SelectUtilities.h"
#include "../ShuttleGUI.h"
#include "../ShuttleGui.h"
#include "../TrackPanel.h"
#include "../UndoManager.h"
#include "../ViewInfo.h"
@ -118,7 +118,7 @@ public:
: wxDialogWrapper(nullptr, wxID_ANY, XO("Compact Project"))
{
ShuttleGui S(this, eIsCreating);
S.StartVerticalLay(true);
{
S.AddFixedText(text, false, 500);