mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-15 23:13:08 +05:00
Minor correction
This commit is contained in:
parent
02bb7e093a
commit
bb727e9c2c
@ -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() ),
|
||||
|
Loading…
Reference in New Issue
Block a user