diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-02-21 15:19:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-02-21 15:19:36 +0000 |
commit | de813e376d686cf4ec7a1c4324517a5e763a394e (patch) | |
tree | d94f903f4107df7d7909c2032f4cc2813b6fd633 /Rpmdrake | |
parent | fe999fd7ffcae17737213497ec7f5e485f7f97d6 (diff) | |
download | rpmdrake-de813e376d686cf4ec7a1c4324517a5e763a394e.tar rpmdrake-de813e376d686cf4ec7a1c4324517a5e763a394e.tar.gz rpmdrake-de813e376d686cf4ec7a1c4324517a5e763a394e.tar.bz2 rpmdrake-de813e376d686cf4ec7a1c4324517a5e763a394e.tar.xz rpmdrake-de813e376d686cf4ec7a1c4324517a5e763a394e.zip |
(mainwindow) rename "Quit" as "Close" (more consistent when run whithin rpmdrake)
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 4504dfce..fc8768e5 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -954,7 +954,7 @@ sub mainwindow() { $mainw->{real_window}, [ N("/_File"), undef, undef, undef, '<Branch>' ], [ N("/_File") . N("/_Update"), N("<control>U"), sub { update_callback() and $reread_media->() }, undef, '<Item>', ], - [ N("/_File") . N("/_Quit"), N("<control>Q"), sub { Gtk2->main_quit }, undef, '<Item>', ], + [ 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 a custom medium"), N("<control>A"), sub { add_callback() and $reread_media->() }, undef, '<Item>' ], |