# HG changeset patch # User nenolod # Date 1166622304 28800 # Node ID 76b4dfc5f4e7ad33a5df830d820f968a78799434 # Parent 39358599a5d162b8454a89d427849ae5eaf43277 [svn] - fix list menu, reported by Joker diff -r 39358599a5d1 -r 76b4dfc5f4e7 ChangeLog --- a/ChangeLog Wed Dec 20 04:21:25 2006 -0800 +++ b/ChangeLog Wed Dec 20 05:45:04 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-20 12:21:25 +0000 William Pitcock + revision [3369] + - fix libaudacious makefile + + trunk/libaudacious/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-12-20 01:22:33 +0000 Troels Bang Jensen revision [3367] - Added vis gradient to Ivory skin. With any luck Aerdan won't break my legs :) diff -r 39358599a5d1 -r 76b4dfc5f4e7 audacious/ui_playlist.c --- a/audacious/ui_playlist.c Wed Dec 20 04:21:25 2006 -0800 +++ b/audacious/ui_playlist.c Wed Dec 20 05:45:04 2006 -0800 @@ -136,7 +136,7 @@ { "new list", GTK_STOCK_NEW, N_("New List"), "N", N_("Creates a new playlist."), G_CALLBACK(action_new_list) }, - { "load list", GTK_STOCK_OPEN, N_("New List"), "O", + { "load list", GTK_STOCK_OPEN, N_("Load List"), "O", N_("Loads a playlist file into the selected playlist."), G_CALLBACK(action_load_list) }, { "save list", GTK_STOCK_SAVE, N_("Save List"), "S",