diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-30 15:05:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-31 07:28:06 +0200 |
commit | 7eb519e92b4b50546f222e8d0219b21af8e6ea18 (patch) | |
tree | 4b07d675104f75c0c03a66d6bd227495a429775d /vcl/osx | |
parent | c91e045c12ac5dffc20c04c6f97db4892c1e558d (diff) |
KEY_ALLMOD is the same as KEY_MOD
so just dump it
Change-Id: I006045aea345e84ff1944fc1ed1daa94bd7bca61
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/salmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salmenu.cxx b/vcl/osx/salmenu.cxx index 41e7711ebd03..6d13eed8d4f7 100644 --- a/vcl/osx/salmenu.cxx +++ b/vcl/osx/salmenu.cxx @@ -742,7 +742,7 @@ void AquaSalMenu::SetAccelerator( unsigned /*nPos*/, SalMenuItem* pSalMenuItem, DBG_ASSERT( nCommandKey, "unmapped accelerator key" ); - nModifier=rKeyCode.GetAllModifier(); + nModifier=rKeyCode.GetModifier(); // should always use the command key int nItemModifier = 0; |