From bb727e9c2ca3c7a7ee5076862cd38fee7356bfa9 Mon Sep 17 00:00:00 2001 From: imn Date: Thu, 26 Nov 2015 17:32:30 +0300 Subject: [PATCH] Minor correction --- src/GEOMGUI/GeometryGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 322560370..0d3f733a6 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1734,7 +1734,7 @@ void GeometryGUI::addPluginActions() icon, tr( actionName.toLatin1().constData() ), tr( actionStat.toLatin1().constData() ), - QKeySequence( tr( adata.accel.c_str() ) )[0], + QKeySequence( tr( adata.accel.c_str() ) ), application()->desktop(), false /*toggle*/, this, SLOT( OnGUIEvent() ), -- 2.39.2