aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/setting.h
diff options
context:
space:
mode:
authorGravatar Daniel <random.mister@gmail.com>2011-04-23 16:17:21 +0100
committerGravatar Alex Bennee <alex@bennee.com>2011-04-23 16:19:57 +0100
commit5e5aacfc7174aba9adfbd32238a5756b717e3490 (patch)
tree6304b36ac662e32e7b5b469945a6babae80b76a0 /src/setting.h
parent55e2c3d68d3ba31190c2484db496e09756852ee6 (diff)
Add "Album Artist" field to the list of potential fields to edit
Quoth Daniel (Random Mister): "I just found an extended patch which also includes support for the album-artist tag in the fill tags dialog. It is an update of the other, so if you only add this one to the git tree it should work. I've been using it for over half a year without bugs, so I think it can be merged into the Git tree." Written-By: Daniel <random.mister@gmail.com>
Diffstat (limited to 'src/setting.h')
-rw-r--r--src/setting.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setting.h b/src/setting.h
index 90c0df0..2d8d163 100644
--- a/src/setting.h
+++ b/src/setting.h
@@ -160,6 +160,7 @@ gint CONFIRM_DELETE_FILE;
gint PROCESS_FILENAME_FIELD;
gint PROCESS_TITLE_FIELD;
gint PROCESS_ARTIST_FIELD;
+gint PROCESS_ALBUM_ARTIST_FIELD;
gint PROCESS_ALBUM_FIELD;
gint PROCESS_GENRE_FIELD;
gint PROCESS_COMMENT_FIELD;