Mercurial > audlegacy
changeset 88:db2d1d193e56 trunk
[svn] Fix the missing separator in the playback menu. (oops)
author | nenolod |
---|---|
date | Tue, 01 Nov 2005 00:11:27 -0800 |
parents | 8b1b817e0848 |
children | feeda0dda3ce |
files | audacious/mainwin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/mainwin.c Tue Nov 01 00:08:25 2005 -0800 +++ b/audacious/mainwin.c Tue Nov 01 00:11:27 2005 -0800 @@ -346,7 +346,7 @@ MAINWIN_GENERAL_JTF, "<StockItem>", GTK_STOCK_JUMP_TO}, {N_("/Jump to Time"), "<control>J", mainwin_general_menu_callback, MAINWIN_GENERAL_JTT, "<StockItem>", GTK_STOCK_JUMP_TO}, - {"/-", NULL, NULL, 0, "<Seperator>"}, + {"/-", NULL, NULL, 0, "<Separator>"}, {N_("/View Track Details"), "<alt>I", mainwin_general_menu_callback, MAINWIN_GENERAL_FILEINFO, "<ImageItem>", my_pixbuf} };