Herbert Voss schrieb:
a fix attached
sorry, the right one is here
Herbert
--
http://www.educat.hu-berlin.de/~voss/lyx/
Index: QVCLog.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QVCLog.C,v
retrieving revision 1.9
diff -u -r1.9 QVCLog.C
--- QVCLog.C 21 Nov 2002 18:33:07 -0000 1.9
+++ QVCLog.C 24 Nov 2002 15:47:29 -0000
@@ -47,8 +47,11 @@
void QVCLog::update_contents()
{
+#if USE_BOOST_FORMAT
dialog_->setCaption(boost::io::str(boost::format(_("Version control log for
%1$s")) % controller().getBufferFileName()).c_str());
-
+#else
+ dialog_->setCaption(string(_("Version control log for ") +
+controller().getBufferFileName()).c_str());
+#endif
dialog_->vclogTV->setText("");
ostringstream ss;