add albums' editor screen (quite experimental for now)

This commit is contained in:
unK
2008-09-06 22:33:35 +02:00
parent 32430450d0
commit ecdf23f06a
9 changed files with 374 additions and 59 deletions

View File

@@ -49,7 +49,7 @@ const bool UNICODE = 0;
#include "scrollpad.h"
#include "misc.h"
enum NcmpcppScreen { csHelp, csPlaylist, csBrowser, csTagEditor, csSearcher, csLibrary, csLyrics, csPlaylistEditor };
enum NcmpcppScreen { csHelp, csPlaylist, csBrowser, csTagEditor, csSearcher, csLibrary, csLyrics, csPlaylistEditor, csAlbumEditor };
const int ncmpcpp_window_timeout = 500;
const int search_engine_static_option = 17;