diff options
author | Bálint Dózsa <dozsabalint@gmail.com> | 2011-03-17 15:53:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 12:10:28 +0000 |
commit | c8228110cb0005a3b3a76cd1526d68d6ad97ae9b (patch) | |
tree | 1747763ffdbfa2f1636aa89ab279f6f3c8ef9ca2 /sd/sdi | |
parent | 33b9033a37d6a09e0de1ee4327dc1c64f132fe44 (diff) |
FIX BUG 32559 - draw
Diffstat (limited to 'sd/sdi')
-rwxr-xr-x | sd/sdi/_drvwsh.sdi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index 041dca8b105d..cd3648b84c06 100755 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2154,6 +2154,11 @@ interface DrawView ExecMethod = FuSupport ; StateMethod = GetCtrlState ; ] + SID_TRANSLITERATE_ROTATE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupportRotate ; + StateMethod = GetCtrlState ; + ] SID_TRANSLITERATE_LOWER // ole : no, status : ? [ ExecMethod = FuSupport ; |