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

This commit is contained in:
unK
2008-09-27 12:48:12 +02:00
parent 08303146be
commit 34357c66cd

View File

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