Minor correction

This commit is contained in:
imn 2015-11-26 17:32:30 +03:00
parent 02bb7e093a
commit bb727e9c2c

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