Mercurial > audlegacy
diff src/audacious/ui_manager.c @ 4218:f1074a07ec09
mostly works, but the VIS is broken, and the eq window is too large...more bugs
need to be found
| author | Cristi Magherusan <majeru@atheme.org> |
|---|---|
| date | Sun, 27 Jan 2008 23:00:32 +0200 |
| parents | 75d99359357b |
| children |
line wrap: on
line diff
--- a/src/audacious/ui_manager.c Sun Jan 27 21:24:28 2008 +0200 +++ b/src/audacious/ui_manager.c Sun Jan 27 23:00:32 2008 +0200 @@ -87,8 +87,8 @@ { "roll up equalizer", NULL , N_("Roll up Equalizer"), "<Ctrl><Alt>W", N_("Roll up Equalizer"), G_CALLBACK(action_roll_up_equalizer) , FALSE }, - { "view scale", NULL , N_("Scale"), "<Ctrl>D", - N_("DoubleSize"), G_CALLBACK(action_view_scale) , FALSE }, + { "view scaled", NULL , N_("Scale"), "<Ctrl>D", + N_("DoubleSize"), G_CALLBACK(action_view_scaled) , FALSE }, { "view easy move", NULL , N_("Easy Move"), "<Ctrl>E", N_("Easy Move"), G_CALLBACK(action_view_easymove) , FALSE }
