mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
fix missing qstring->string translation. Thanks, Georg.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10364 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7d978a119f
commit
d7413b0f04
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
|
* QToc.C (update_contents): fix missing qstring->string translation.
|
||||||
|
|
||||||
2005-07-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
2005-07-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
* QToc.C (updateType, update_contents): Do not compare against
|
* QToc.C (updateType, update_contents): Do not compare against
|
||||||
|
@ -159,7 +159,7 @@ void QToc::updateToc(int newdepth)
|
|||||||
|
|
||||||
dialog_->tocLV->setUpdatesEnabled(true);
|
dialog_->tocLV->setUpdatesEnabled(true);
|
||||||
dialog_->tocLV->update();
|
dialog_->tocLV->update();
|
||||||
setTitle(dialog_->typeCO->currentText());
|
setTitle(fromqstr(dialog_->typeCO->currentText()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user