mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +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.AddLine(mLocal.GetUserGenre(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
tf.Write();
|
|
||||||
if (!tf.Write()) {
|
if (!tf.Write()) {
|
||||||
wxMessageBox(_("Unable to save genre file."), _("Reset Genres"));
|
wxMessageBox(_("Unable to save genre file."), _("Reset Genres"));
|
||||||
mLocal.LoadGenres();
|
mLocal.LoadGenres();
|
||||||
|
Reference in New Issue
Block a user