changeset 1001:9189b80b6bea trunk

[svn] Assign new shortcuts that no longer conflict. Patch by mokoshi, closes bug #478.
author chainsaw
date Mon, 01 May 2006 15:33:32 -0700
parents c0bc62c5dec1
children cb33ddea6d31
files audacious/ui_playlist.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/ui_playlist.c	Mon May 01 15:08:28 2006 -0700
+++ b/audacious/ui_playlist.c	Mon May 01 15:33:32 2006 -0700
@@ -197,7 +197,7 @@
 };
 
 static GtkItemFactoryEntry pllist_menu_entries[] = {
-    {N_("/New List"), NULL,
+    {N_("/New List"), "<shift>N",
      playlistwin_sub_menu_callback,
      PLIST_NEW, "<StockItem>", GTK_STOCK_NEW},
 
@@ -207,7 +207,7 @@
      playlistwin_sub_menu_callback,
      PLIST_LOAD, "<StockItem>", GTK_STOCK_OPEN},
 
-    {N_("/Save List"), "s",
+    {N_("/Save List"), "<shift>S",
      playlistwin_sub_menu_callback,
      PLIST_SAVE, "<StockItem>", GTK_STOCK_SAVE},