diff --git a/app/actionmanager.cpp b/app/actionmanager.cpp index 68354cd..f5e68d2 100644 --- a/app/actionmanager.cpp +++ b/app/actionmanager.cpp @@ -74,7 +74,7 @@ void ActionManager::setupAction(MainWindow *mainWindow) CREATE_NEW_ACTION(mainWindow, actionSettings); CREATE_NEW_THEMEICON_ACTION(mainWindow, actionHelp, system-help); CREATE_NEW_THEMEICON_ACTION(mainWindow, actionLocateInFileManager, system-file-manager); - CREATE_NEW_ACTION(mainWindow, actionProperties); + CREATE_NEW_THEMEICON_ACTION(mainWindow, actionProperties, document-properties); CREATE_NEW_ACTION(mainWindow, actionQuitApp); #undef CREATE_NEW_ACTION #undef CREATE_NEW_THEMEICON_ACTION