display information about file already being modified by taglib in tag editor

master
unK 18 years ago
parent 08303146be
commit 34357c66cd
  1. 1
      src/ncmpcpp.cpp

@ -1590,6 +1590,7 @@ int main(int argc, char *argv[])
ShowMessage("Writing changes...");
for (SongList::iterator it = list.begin(); it != list.end(); it++)
{
ShowMessage("Writing tags in '" + (*it)->GetName() + "'...");
if (!WriteTags(**it))
{
ShowMessage("Error writing tags in '" + (*it)->GetFile() + "'!");

Loading…
Cancel
Save