mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
AUP3: Fix build
This commit is contained in:
parent
f179fae2c1
commit
4044bea36b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user