summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-10-02 12:55:47 +0200
committercon <qtc-committer@nokia.com>2009-10-02 14:13:09 +0200
commitd110b437863f927475d3f2d2a7730e8344c9ca57 (patch)
treeb187d0b20761fedb868e039da3be28938c71f8fa /src
parent99bdc541999bc438ca108676f5e438bd3bc75458 (diff)
downloadqt-creator-d110b437863f927475d3f2d2a7730e8344c9ca57.tar.gz
Designer: Fix accelerator.
(cherry picked from commit 649214c4db6c1d2bfdab8039614b4636d5773c06)
Diffstat (limited to 'src')
-rw-r--r--src/plugins/designer/formeditorw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/designer/formeditorw.cpp b/src/plugins/designer/formeditorw.cpp
index 01a6d90f9d..41b1d11dfd 100644
--- a/src/plugins/designer/formeditorw.cpp
+++ b/src/plugins/designer/formeditorw.cpp
@@ -513,7 +513,7 @@ void FormEditorW::setupActions()
addToolAction(m_designerSubWindowActions[PropertyEditorSubWindow], am, globalcontext,
QLatin1String("FormEditor.PropertyEditor"), mviews, "");
- m_designerSubWindowActions[SignalSlotEditorSubWindow] = new ProxyAction(tr("Signals & Slots Editor"), this);
+ m_designerSubWindowActions[SignalSlotEditorSubWindow] = new ProxyAction(tr("Signals && Slots Editor"), this);
addToolAction(m_designerSubWindowActions[SignalSlotEditorSubWindow], am, globalcontext,
QLatin1String("FormEditor.SignalsAndSlotsEditor"), mviews, "");