Mercurial > audlegacy
changeset 2183:76b4dfc5f4e7 trunk
[svn] - fix list menu, reported by Joker
author | nenolod |
---|---|
date | Wed, 20 Dec 2006 05:45:04 -0800 |
parents | 39358599a5d1 |
children | 7d40f0a290b9 |
files | ChangeLog audacious/ui_playlist.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <marvin@fnuck.dk> revision [3367] - Added vis gradient to Ivory skin. With any luck Aerdan won't break my legs :)
--- 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"), "<Shift>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"), "<Shift>S",