From 4f45606620a00fdce01d78b60a446a41fb0a79af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 10 Jul 2003 13:13:56 +0000 Subject: [PATCH] STRCONV() git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7260 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/QAbout.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt2/QAbout.C b/src/frontends/qt2/QAbout.C index 2eb6c43744..3949e05f89 100644 --- a/src/frontends/qt2/QAbout.C +++ b/src/frontends/qt2/QAbout.C @@ -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(); -- 2.39.5