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() ),