tag editor: add modified_item_prefix to see modified items

This commit is contained in:
Andrzej Rybczak
2012-09-12 18:53:22 +02:00
parent 0d81f9d65f
commit fd6a5889d0
5 changed files with 17 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ struct Configuration
NC::Buffer selected_item_suffix;
NC::Buffer now_playing_prefix;
NC::WBuffer now_playing_suffix;
NC::Buffer modified_item_prefix;
NC::Color color1;
NC::Color color2;