[gnome-builder] editor: fix shortcut for find-and-replace



commit 4f3a30480ff48f294b5df96355a0c75d0bb05819
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 24 18:21:20 2017 -0700

    editor: fix shortcut for find-and-replace

 libide/editor/ide-editor-view-shortcuts.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libide/editor/ide-editor-view-shortcuts.c b/libide/editor/ide-editor-view-shortcuts.c
index e68c5a2..aa76fb4 100644
--- a/libide/editor/ide-editor-view-shortcuts.c
+++ b/libide/editor/ide-editor-view-shortcuts.c
@@ -44,7 +44,7 @@ static DzlShortcutEntry editor_view_shortcuts[] = {
     N_("Find and replace"),
     N_("Find") },
 
-  { "org.gnome.builder.editor-view.find-and-replace",
+  { "org.gnome.builder.editor-view.find-replace",
     0, NULL,
     N_("Editor"),
     N_("Find and replace"),
@@ -97,10 +97,10 @@ _ide_editor_view_init_shortcuts (IdeEditorView *self)
                                               I_("editor-view.find"));
 
   dzl_shortcut_controller_add_command_action (controller,
-                                              I_("org.gnome.builder.editor-view.find-and-replace"),
+                                              I_("org.gnome.builder.editor-view.find-replace"),
                                               "<Primary>h",
                                               DZL_SHORTCUT_PHASE_BUBBLE,
-                                              I_("editor-view.find-and-replace"));
+                                              I_("editor-view.find-replace"));
 
   dzl_shortcut_controller_add_command_action (controller,
                                               I_("org.gnome.builder.editor-view.next-match"),


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