X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ContextMenuMgr.cpp;h=e1b8584766d9865eb70e67d9ee6c6de6354c2363;hb=220bd2b37119be1c65abf88a88792445cb9d99f8;hp=2f831b59fc0b6f6a3c100df2641aba348e6b25f5;hpb=cb749b747d0a431725f536ef3968850032282dbb;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ContextMenuMgr.cpp b/src/XGUI/XGUI_ContextMenuMgr.cpp index 2f831b59f..e1b858476 100644 --- a/src/XGUI/XGUI_ContextMenuMgr.cpp +++ b/src/XGUI/XGUI_ContextMenuMgr.cpp @@ -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);