1
0
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:
Leland Lucius 2020-08-02 12:17:51 -05:00
parent 4d3578b1cb
commit 45ab5b5850

View File

@ -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);