[ocrfeeder] Change the import from scanner and the copy to clipboard's shortcuts
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ocrfeeder] Change the import from scanner and the copy to clipboard's shortcuts
- Date: Fri, 17 Sep 2010 16:48:11 +0000 (UTC)
commit cb6d790237f417eabd893dbb154c65727eda4cb3
Author: Joaquim Rocha <jrocha igalia com>
Date: Fri Sep 17 18:14:49 2010 +0200
Change the import from scanner and the copy to clipboard's shortcuts
studio/widgetPresenter.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/studio/widgetPresenter.py b/studio/widgetPresenter.py
index fc3f5e9..787dd89 100644
--- a/studio/widgetPresenter.py
+++ b/studio/widgetPresenter.py
@@ -195,12 +195,13 @@ class MainWindow:
('GenerateODT', None, _('_Generate ODT'), None, _("Export to ODT"), tool_items['export_to_odt']),
('ImportFromScanner', None,
_('Import Page From S_canner'),
- '<control><shift>c',
+ '<control><shift>i',
_("Import From Scanner"),
menu_items['import_from_scanner']),
('CopyToClipboard', gtk.STOCK_COPY,
_('_Copy to Clipboard'),
- None, _('Copy recognized text to clipboard'),
+ '<control><shift>c',
+ _('Copy recognized text to clipboard'),
menu_items['copy_to_clipboard']),
])
ui_manager.insert_action_group(action_group, 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]