Michael Gerz Sun, 19 Nov 2006 05:01:25 -0800
Georg Baum wrote:
Why not + QString const text = lyx_version ? QString(lyx_version) : qt_("version unknown"); and remove the toqstr() lateron?
Why not
+ QString const text = lyx_version ? QString(lyx_version) : qt_("version unknown");
Good idea! Michael