Salome HOME
Make same planes cannot be used twice in partition tool
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.cpp
index 2f831b59fc0b6f6a3c100df2641aba348e6b25f5..e1b8584766d9865eb70e67d9ee6c6de6354c2363 100644 (file)
@@ -71,7 +71,7 @@ void XGUI_ContextMenuMgr::createActions()
   aAction = new QAction(QIcon(":pictures/move.png"), XGUI_Workshop::MOVE_TO_END_COMMAND, this);
   addAction("MOVE_CMD", aAction);
 
-  aAction = new QAction(QIcon(":pictures/delete.png"), tr("Clean history"), this);
+  aAction = new QAction(QIcon(":pictures/clean_history.png"), tr("Clean history"), this);
   addAction("CLEAN_HISTORY_CMD", aAction);
 
   aAction = new QAction(QIcon(":pictures/color.png"), tr("Color..."), this);