[pitivi: 7/18] ui/sourcelist.py: change conflicting accelerator



commit e4f5541deb07acda0f2a9f9dc8e9ede83a776012
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Sat Dec 5 19:12:42 2009 -0800

    ui/sourcelist.py: change conflicting accelerator

 pitivi/ui/sourcelist.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/sourcelist.py b/pitivi/ui/sourcelist.py
index 9ef0cc3..3563c09 100644
--- a/pitivi/ui/sourcelist.py
+++ b/pitivi/ui/sourcelist.py
@@ -252,7 +252,7 @@ class SourceList(gtk.VBox, Loggable):
         # only available when selection is non-empty 
         selection_actions = (
             ("RemoveSources", gtk.STOCK_DELETE,
-                _("_Remove from project"), "Delete", None,
+                _("_Remove from project"), "<Control>Delete", None,
                 self._removeSourcesCb),
             ("InsertEnd", gtk.STOCK_COPY,
                 _("Insert at _end of timeline"), "Insert", None,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]