diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-01 13:50:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-01 13:50:26 +0000 |
commit | 2e9df216ebaeee51a78c32298aba7e047afc804e (patch) | |
tree | 0124780635ed93bba0a879eddcb9a7ca63be4a60 /Rpmdrake | |
parent | b938eb8edff307718e82658896bd7758599bc0b3 (diff) | |
download | rpmdrake-2e9df216ebaeee51a78c32298aba7e047afc804e.tar rpmdrake-2e9df216ebaeee51a78c32298aba7e047afc804e.tar.gz rpmdrake-2e9df216ebaeee51a78c32298aba7e047afc804e.tar.bz2 rpmdrake-2e9df216ebaeee51a78c32298aba7e047afc804e.tar.xz rpmdrake-2e9df216ebaeee51a78c32298aba7e047afc804e.zip |
adjust key accelerator (b/c of duplicate)
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index 7b1ab6b8..083b7210 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -957,7 +957,7 @@ sub mainwindow() { [ N("/_File") . N("/Close"), N("<control>W"), sub { Gtk2->main_quit }, undef, '<Item>', ], [ N("/_Options"), undef, undef, undef, '<Branch>' ], [ N("/_Options") . N("/_Global options"), N("<control>G"), \&options_callback, undef, '<Item>' ], - [ N("/_Options") . N("/_Add media"), N("<control>A"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '<Item>' ], + [ N("/_Options") . N("/Add _media"), N("<control>A"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '<Item>' ], [ N("/_Options") . N("/_Add a custom medium"), N("<control>A"), sub { add_callback() and $reread_media->() }, undef, '<Item>' ], [ N("/_Options") . N("/Manage _keys"), N("<control>K"), \&keys_callback, undef, '<Item>' ], [ N("/_Options") . N("/_Parallel"), N("<control>P"), \¶llel_callback, undef, '<Item>' ], |