From: imn Date: Thu, 26 Nov 2015 14:32:30 +0000 (+0300) Subject: Minor correction X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb727e9c2ca3c7a7ee5076862cd38fee7356bfa9;p=modules%2Fgeom.git Minor correction --- 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() ),