aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/actionmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/skinned/actionmanager.cpp')
-rw-r--r--src/plugins/Ui/skinned/actionmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/actionmanager.cpp b/src/plugins/Ui/skinned/actionmanager.cpp
index 84f8c4f6a..2d0c95d83 100644
--- a/src/plugins/Ui/skinned/actionmanager.cpp
+++ b/src/plugins/Ui/skinned/actionmanager.cpp
@@ -56,6 +56,7 @@ ActionManager::ActionManager(QObject *parent) :
m_actions[WM_ALLWAYS_ON_TOP] = createAction2(tr("Always on Top"), "always_on_top", "");
m_actions[WM_STICKY] = createAction2(tr("Put on All Workspaces"), "sticky", "");
m_actions[WM_DOUBLE_SIZE] = createAction2(tr("Double Size"), "double_size", tr("Meta+D"));
+ m_actions[WM_ANTIALIASING] = createAction2(tr("Anti-aliasing"), "anti_aliasing", "");
//volume
m_actions[VOL_ENC] = createAction(tr("Volume &+"), "vol_enc", tr("0"));
m_actions[VOL_DEC] = createAction(tr("Volume &-"), "vol_dec", tr("9"));