1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 07:31:16 +02:00

Remove extra Write.

This commit is contained in:
martynshaw99
2011-07-24 22:55:09 +00:00
parent c29dfb956a
commit 457c91b177

View File

@@ -1038,7 +1038,6 @@ void TagsEditor::OnReset(wxCommandEvent & event)
tf.AddLine(mLocal.GetUserGenre(i));
}
tf.Write();
if (!tf.Write()) {
wxMessageBox(_("Unable to save genre file."), _("Reset Genres"));
mLocal.LoadGenres();