mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
Remove extra Write.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user