mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fix index for re-ordered radio buttons.
This commit is contained in:
parent
b15b3d49ed
commit
477d499c06
@ -1524,7 +1524,7 @@ int DirManager::ProjectFSCK(bool forceerror, bool silentlycorrect, bool bIgnoreN
|
|||||||
{
|
{
|
||||||
// In "silently correct" mode, we always create silent blocks. This
|
// In "silently correct" mode, we always create silent blocks. This
|
||||||
// makes sure the project is complete even if we open it again.
|
// makes sure the project is complete even if we open it again.
|
||||||
action = 0;
|
action = 1;
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
wxString msgA =
|
wxString msgA =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user