mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
STRCONV()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9bc730abdb
commit
4f45606620
@ -99,7 +99,7 @@ void QAbout::build_dialog()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
dialog_->creditsTV->setText(toqstr(out.str()));
|
dialog_->creditsTV->setText(toqstr(STRCONV(out.str())));
|
||||||
|
|
||||||
// try to resize to a good size
|
// try to resize to a good size
|
||||||
dialog_->copyright->hide();
|
dialog_->copyright->hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user