STRCONV()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-07-10 13:13:56 +00:00
parent 9bc730abdb
commit 4f45606620

View File

@ -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();