mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-19 11:43:08 +05:00
Minor correction
This commit is contained in:
parent
02bb7e093a
commit
bb727e9c2c
@ -1734,7 +1734,7 @@ void GeometryGUI::addPluginActions()
|
|||||||
icon,
|
icon,
|
||||||
tr( actionName.toLatin1().constData() ),
|
tr( actionName.toLatin1().constData() ),
|
||||||
tr( actionStat.toLatin1().constData() ),
|
tr( actionStat.toLatin1().constData() ),
|
||||||
QKeySequence( tr( adata.accel.c_str() ) )[0],
|
QKeySequence( tr( adata.accel.c_str() ) ),
|
||||||
application()->desktop(),
|
application()->desktop(),
|
||||||
false /*toggle*/,
|
false /*toggle*/,
|
||||||
this, SLOT( OnGUIEvent() ),
|
this, SLOT( OnGUIEvent() ),
|
||||||
|
Loading…
Reference in New Issue
Block a user