mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
AUP3: Add instruction text to Directories prefs
This commit is contained in:
parent
4d3578b1cb
commit
45ab5b5850
@ -115,6 +115,11 @@ void DirectoriesPrefs::PopulateOrExchange(ShuttleGui &S)
|
||||
|
||||
S.StartStatic(XO("Default directories"));
|
||||
{
|
||||
S.AddSpace(1);
|
||||
S.AddFixedText(XO("Leave a field empty to go to the last directory used for that operation. Fill in a field to "
|
||||
"always go to that directory for that operation."), false, 450);
|
||||
S.AddSpace(5);
|
||||
|
||||
S.StartMultiColumn(3, wxEXPAND);
|
||||
{
|
||||
S.SetStretchyCol(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user