mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* src/frontends/qt4/ui/QTabularUi.ui:
* src/frontends/qt4/QTabular.C: change "Block" to "Justified" to avoid translation clash and to align with paragraph settings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17694 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
909d293785
commit
16b8db280e
@ -261,7 +261,7 @@ void QTabular::update_contents()
|
|||||||
dialog_->hAlignCB->addItem(qt_("Center"));
|
dialog_->hAlignCB->addItem(qt_("Center"));
|
||||||
dialog_->hAlignCB->addItem(qt_("Right"));
|
dialog_->hAlignCB->addItem(qt_("Right"));
|
||||||
if (!multicol && !pwidth.zero())
|
if (!multicol && !pwidth.zero())
|
||||||
dialog_->hAlignCB->addItem(qt_("Block"));
|
dialog_->hAlignCB->addItem(qt_("Justified"));
|
||||||
|
|
||||||
int align = 0;
|
int align = 0;
|
||||||
switch (tabular.getAlignment(cell)) {
|
switch (tabular.getAlignment(cell)) {
|
||||||
|
@ -137,7 +137,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Block</string>
|
<string>Justified</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
Reference in New Issue
Block a user