mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +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
|
||||
|
||||
dialog_->creditsTV->setText(toqstr(out.str()));
|
||||
dialog_->creditsTV->setText(toqstr(STRCONV(out.str())));
|
||||
|
||||
// try to resize to a good size
|
||||
dialog_->copyright->hide();
|
||||
|
Loading…
Reference in New Issue
Block a user