]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Minor correction
authorimn <imn@opencascade.com>
Thu, 26 Nov 2015 14:32:30 +0000 (17:32 +0300)
committerimn <imn@opencascade.com>
Thu, 26 Nov 2015 14:32:30 +0000 (17:32 +0300)
src/GEOMGUI/GeometryGUI.cxx

index 322560370f78951732dc6484485c3f590649bb2d..0d3f733a6bdea793139f3782842eb58bf3cb7b6f 100644 (file)
@@ -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() ),