Fixed missing enum in music widget
This commit is contained in:
@@ -16,8 +16,10 @@
|
|||||||
enum MusicTrackSelectionWidgets {
|
enum MusicTrackSelectionWidgets {
|
||||||
WID_MTS_CAPTION, ///< Window caption.
|
WID_MTS_CAPTION, ///< Window caption.
|
||||||
WID_MTS_LIST_LEFT, ///< Left button.
|
WID_MTS_LIST_LEFT, ///< Left button.
|
||||||
|
WID_MTS_LEFT_SCROLLBAR, ///< Scrollbar of left list.
|
||||||
WID_MTS_PLAYLIST, ///< Playlist.
|
WID_MTS_PLAYLIST, ///< Playlist.
|
||||||
WID_MTS_LIST_RIGHT, ///< Right button.
|
WID_MTS_LIST_RIGHT, ///< Right button.
|
||||||
|
WID_MTS_RIGHT_SCROLLBAR, ///< Scrollbar of right list.
|
||||||
WID_MTS_MUSICSET, ///< Music set selection.
|
WID_MTS_MUSICSET, ///< Music set selection.
|
||||||
WID_MTS_ALL, ///< All button.
|
WID_MTS_ALL, ///< All button.
|
||||||
WID_MTS_OLD, ///< Old button.
|
WID_MTS_OLD, ///< Old button.
|
||||||
|
|||||||
Reference in New Issue
Block a user