diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-12 15:45:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-12 15:46:00 +0000 |
commit | 2aa40ecebb2cb1e5d2cf85d7ada70b5e541bad67 (patch) | |
tree | 8e528fbc14942a29cf8fefee42c1444432dfa863 /sw/source/ui | |
parent | 3d660c04bce0b5d24b5ec2558727c25ba13171b3 (diff) |
radio check top/center/bottom alignment for table cells
Change-Id: I30b51510ac5fbfb3c1dd09e0f86a246a8b516f1e
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/app/mn.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src index ce30b9f9c90e..cd6c0b3f9749 100644 --- a/sw/source/ui/app/mn.src +++ b/sw/source/ui/app/mn.src @@ -382,18 +382,21 @@ SEPARATOR ; \ MenuItem\ {\ + RadioCheck = TRUE ; \ Identifier = SID_TABLE_VERT_NONE ; \ HelpId = CMD_SID_TABLE_VERT_NONE ; \ Text [ en-US ] = "~Top" ; \ };\ MenuItem\ {\ + RadioCheck = TRUE ; \ Identifier = SID_TABLE_VERT_CENTER ; \ HelpId = CMD_SID_TABLE_VERT_CENTER ; \ Text [ en-US ] = "C~enter" ; \ };\ MenuItem\ {\ + RadioCheck = TRUE ; \ Identifier = SID_TABLE_VERT_BOTTOM ; \ HelpId = CMD_SID_TABLE_VERT_BOTTOM ; \ Text [ en-US ] = "~Bottom" ; \ |