From 34357c66cd17b1329d40a79153d91c947c3462ee Mon Sep 17 00:00:00 2001 From: unK Date: Sat, 27 Sep 2008 12:48:12 +0200 Subject: [PATCH] display information about file already being modified by taglib in tag editor --- src/ncmpcpp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 05164d09..d5b9b307 100644 --- a/src/ncmpcpp.cpp +++ b/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() + "'!");