Add disambiguation context
REVIEW: 123396
This commit is contained in:
parent
ef748afe63
commit
5f9a6278d0
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ MouseClickEffect::MouseClickEffect()
|
|||
|
||||
reconfigure(ReconfigureAll);
|
||||
|
||||
m_buttons[0] = new MouseButton(i18n("Left"), Qt::LeftButton);
|
||||
m_buttons[1] = new MouseButton(i18n("Middle"), Qt::MiddleButton);
|
||||
m_buttons[2] = new MouseButton(i18n("Right"), Qt::RightButton);
|
||||
m_buttons[0] = new MouseButton(i18nc("Left mouse button", "Left"), Qt::LeftButton);
|
||||
m_buttons[1] = new MouseButton(i18nc("Middle mouse button", "Middle"), Qt::MiddleButton);
|
||||
m_buttons[2] = new MouseButton(i18nc("Right mouse button", "Right"), Qt::RightButton);
|
||||
}
|
||||
|
||||
MouseClickEffect::~MouseClickEffect()
|
||||
|
|
Loading…
Reference in a new issue