From cd5abad1659316fa713bc9edf5db409004b00164 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 12 Feb 2009 10:30:50 +0000 Subject: (mainwindow) do not use the same shortcut for "Add a specific "media mirror" and "_Add a custom medium" menu entries (#46027) --- Rpmdrake/edit_urpm_sources.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index b116e278..ae404b6e 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -959,7 +959,7 @@ sub mainwindow() { $mainw->{real_window}, [ N("/_File"), undef, undef, undef, '' ], [ N("/_File") . N("/_Update"), N("U"), sub { update_callback() and $reread_media->() }, undef, '', ], - [ N("/_File") . N("/Add a specific _media mirror"), N("A"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '' ], + [ N("/_File") . N("/Add a specific _media mirror"), N("M"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '' ], [ N("/_File") . N("/_Add a custom medium"), N("A"), sub { add_callback() and $reread_media->() }, undef, '' ], [ N("/_File") . N("/Close"), N("W"), sub { Gtk2->main_quit }, undef, '', ], [ N("/_Options"), undef, undef, undef, '' ], -- cgit v1.2.1