]> git.lyx.org Git - lyx.git/commitdiff
removed a spurious static_cast
authorAlfredo Braunstein <abraunst@lyx.org>
Wed, 14 May 2003 10:59:18 +0000 (10:59 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Wed, 14 May 2003 10:59:18 +0000 (10:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6964 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyx_main.C

index 94ab84b5c4a229f9a41ee5a4fd3619a711be3b37..cb2f9e8ecd9095c2204fe6184306db631d8633b3 100644 (file)
@@ -1,16 +1,20 @@
 
-2003-05-14 André Pönitz <poenitz@gmx.net>
+2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyx_main.C (init): remove spurious static_cast
+
+2003-05-14  André Pönitz  <poenitz@gmx.net>
        
        * BufferView.C: fix format string
 
-2003-05-12 Alfredo Braunstein <abraunst@libero.it>
+2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
 
        * BufferView.[Ch] (insertErrors): removed
        * BufferView.[Ch] (showErrorList): added
        * buffer.C (runChkTeX):
        * converter.C (scanLog): call showErrorList instead of inserterrors
 
-2003-05-13 André Pönitz <poenitz@gmx.net>
+2003-05-13  André Pönitz  <poenitz@gmx.net>
        
        * BufferView_pimpl.C:
        * buffer.C:
@@ -30,7 +34,7 @@
        * lyxlex_pimpl.C:
        * text3.C: STRCONV()
 
-2003-05-12 André Pönitz <poenitz@gmx.net>
+2003-05-12  André Pönitz  <poenitz@gmx.net>
 
        * BufferView.C:
        * BufferView_pimpl.C:
@@ -61,7 +65,7 @@
        * text3.C:  boost::format -> bformat  all over the place
 
 
-2003-05-09 André Pönitz <poenitz@gmx.net>
+2003-05-09  André Pönitz  <poenitz@gmx.net>
 
        * LColor.[Ch]: Pimpl the #include <map> away
 
 
        * text2.C: don't cast wrap inset to float
 
-2003-05-05 André Pönitz <poenitz@gmx.net>
+2003-05-05  André Pönitz  <poenitz@gmx.net>
 
        * iterator.C:
        * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
        * text.C:
        * text3.C: remove explicit cursor hides
 
-2003-05-02 André Pönitz <poenitz@gmx.net>
+2003-05-02  André Pönitz  <poenitz@gmx.net>
 
        * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
 
index 18b69a1629ddf1d8cc40151671f7e242f41134d5..5f1a44cfc0f579203689423e99ab253327b117b1 100644 (file)
@@ -361,7 +361,7 @@ void LyX::init(bool gui)
                                exit(1);
                        }
                        lyxerr << bformat(_("Using built-in default %1$s but expect problems."),
-                               static_cast<char *>(LYX_DIR)) << endl;
+                               LYX_DIR) << endl;
                } else {
                        lyxerr << _("Expect problems.") << endl;
                }