diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 579e60aa97960a3afe6275fcbe966fdd115242bb..3abb628df66add306925f469236f74040f6c02a2 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -1082,7 +1082,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments, QString *er
     m_actions.jumpToLineAction1 = new QAction(tr("Jump to Line"), this);
     m_actions.jumpToLineAction1->setProperty(Role, RequestExecJumpToLineRole);
     m_actions.jumpToLineAction2 = new QAction(tr("Jump to Line"), this);
-    m_actions.jumpToLineAction1->setProperty(Role, RequestExecJumpToLineRole);
+    m_actions.jumpToLineAction2->setProperty(Role, RequestExecJumpToLineRole);
 
     m_actions.breakAction = new QAction(tr("Toggle Breakpoint"), this);