From 6513e9e38fe23e86816069532b72a22d10b7779d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Sep 2007 15:05:12 +0000 Subject: (mainwindow) swap "add custom" and "add sources" between menubar and buttons bar --- Rpmdrake/edit_urpm_sources.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rpmdrake/edit_urpm_sources.pm') diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index 53ed8a8d..8524c8aa 100755 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -982,7 +982,7 @@ sub mainwindow() { [ N("/_File") . N("/_Update"), N("U"), sub { update_callback() and $reread_media->() }, undef, '', ], [ N("/_Options"), undef, undef, undef, '' ], [ N("/_Options") . N("/_Global options"), N("G"), \&options_callback, undef, '' ], - [ N("/_Options") . N("/_Add media"), N("A"), sub { easy_add_callback() and $reread_media->() }, undef, '' ], + [ N("/_Options") . N("/_Add a custom media"), N("A"), sub { add_callback() and $reread_media->() }, undef, '' ], [ N("/_Options") . N("/Manage _keys"), N("K"), \&keys_callback, undef, '' ], [ N("/_Options") . N("/_Parallel"), N("P"), \¶llel_callback, undef, '' ], [ N("/_Options") . N("/P_roxy"), N("R"), \&proxy_callback, undef, '' ], @@ -1145,7 +1145,7 @@ sub mainwindow() { ), gtksignal_connect( Gtk2::Button->new(but(N("Add"))), - clicked => sub { add_callback() and $reread_media->() }, + clicked => sub { easy_add_callback() and $reread_media->() }, ), gtkpack( gtknew('HBox'), -- cgit v1.2.1