diff --git a/src/plugins/coreplugin/editormanager/editormanager.cpp b/src/plugins/coreplugin/editormanager/editormanager.cpp index 68709bfbfbe379ce1bb1aa38656ff53385a363b9..1242e4d4285d8500068c08fb43185ab21b6e95de 100644 --- a/src/plugins/coreplugin/editormanager/editormanager.cpp +++ b/src/plugins/coreplugin/editormanager/editormanager.cpp @@ -279,6 +279,7 @@ EditorManager::EditorManager(ICore *core, QWidget *parent) : ActionContainer *mfile = am->actionContainer(Constants::M_FILE); // Revert to saved + m_d->m_revertToSavedAction->setIcon(QIcon::fromTheme(QLatin1String("document-revert"))); Command *cmd = am->registerAction(m_d->m_revertToSavedAction, Constants::REVERTTOSAVED, editManagerContext); cmd->setAttribute(Command::CA_UpdateText);