Module: deluge Branch: 1.3-stable Commit: ce0234f0efcda009bbd2d91daa1c4ee67fe6f0a4
Author: Calum Lind <[email protected]> Date: Mon May 23 22:20:10 2011 +0100 Change Connection Manager Key Shortcut to Ctrl-M --- deluge/ui/gtkui/glade/main_window.glade | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/glade/main_window.glade b/deluge/ui/gtkui/glade/main_window.glade index 537f16d..411cd56 100644 --- a/deluge/ui/gtkui/glade/main_window.glade +++ b/deluge/ui/gtkui/glade/main_window.glade @@ -121,7 +121,7 @@ <property name="use_underline">True</property> <property name="use_stock">False</property> <signal name="activate" handler="on_menuitem_connectionmanager_activate"/> - <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/> + <accelerator key="M" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image4"> <property name="visible">True</property> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
