Kaydet (Commit) 5c74680a authored tarafından Caolán McNamara's avatar Caolán McNamara

use MNEMONIC_CHAR define

Change-Id: I824bd1ad981e0b37e273a054e2a64cb500776180
üst b8adb1e6
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include <vcl/timer.hxx> #include <vcl/timer.hxx>
#include <vcl/metric.hxx> #include <vcl/metric.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <vcl/scrbar.hxx> #include <vcl/scrbar.hxx>
...@@ -1967,7 +1968,7 @@ namespace ...@@ -1967,7 +1968,7 @@ namespace
if (aRet[nI] == '_') if (aRet[nI] == '_')
{ {
if (aRet[nI+1] != '_') if (aRet[nI+1] != '_')
aRet[nI] = '~'; aRet[nI] = MNEMONIC_CHAR;
else else
aRet.remove(nI, 1); aRet.remove(nI, 1);
++nI; ++nI;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment