From 477d499c067556719b7768ed86a028e0dbdeb85f Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 10 Aug 2010 05:17:26 +0000 Subject: [PATCH] Fix index for re-ordered radio buttons. --- src/DirManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DirManager.cpp b/src/DirManager.cpp index 06fec8f88..36988a26b 100644 --- a/src/DirManager.cpp +++ b/src/DirManager.cpp @@ -1524,7 +1524,7 @@ int DirManager::ProjectFSCK(bool forceerror, bool silentlycorrect, bool bIgnoreN { // In "silently correct" mode, we always create silent blocks. This // makes sure the project is complete even if we open it again. - action = 0; + action = 1; } else { wxString msgA =