branch: Fix bug #7056.

see r36498.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36506 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-26 10:40:48 +00:00
parent bd8f127697
commit 41da2f90bf
2 changed files with 5 additions and 3 deletions

View File

@ -371,9 +371,9 @@ Menuset
Item "Left Line|L" "tabular-feature toggle-line-left"
Item "Right Line|R" "tabular-feature toggle-line-right"
Separator
Item "Left|L" "tabular-feature align-left"
Item "Center|C" "tabular-feature align-center"
Item "Right|R" "tabular-feature align-right"
Item "Left|L" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
Item "Right|R" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
Separator
Item "Top|T" "tabular-feature valign-top"
Item "Middle|M" "tabular-feature valign-middle"

View File

@ -59,6 +59,8 @@ What's new
- Make the modules description in Document > Settings fully translatable
(bug 6987).
- Fix the display of table cell alignment in the context menu (bug 7053).
* DOCUMENTATION AND LOCALIZATION