From da587f1423529e6daae07bc4ff604ab5d6132942 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 5 May 2011 17:21:56 +0200 Subject: Replace generic "search for artist/title" message Closes #115 --- src/ui_act.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index 9a8f67b..3785f46 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -98,7 +98,8 @@ BarUiActCallback(BarUiActAddMusic) { assert (selStation != NULL); - reqData.musicId = BarUiSelectMusicId (app, app->playlist->musicId); + reqData.musicId = BarUiSelectMusicId (app, app->playlist->musicId, + "Add artist or title to station: "); if (reqData.musicId != NULL) { if (!BarTransformIfShared (app, selStation)) { return; @@ -146,7 +147,8 @@ BarUiActCallback(BarUiActCreateStation) { WaitressReturn_t wRet; PianoRequestDataCreateStation_t reqData; - reqData.id = BarUiSelectMusicId (app, NULL); + reqData.id = BarUiSelectMusicId (app, NULL, + "Create station from artist or title: "); if (reqData.id != NULL) { reqData.type = "mi"; BarUiMsg (MSG_INFO, "Creating station... "); -- cgit v1.2.3