mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
small fix in lyxsum.C, updated po files to latest lyx.pot
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@428 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
db54977b71
commit
35e4090ac3
@ -1,5 +1,8 @@
|
||||
2000-01-20 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* src/support/lyxsum.C: move using std::ifstream inside
|
||||
MODERN_STL_STREAMS
|
||||
|
||||
* src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
|
||||
and putenv.C
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2000-01-20 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* *.po: updated as part of make distdir
|
||||
|
||||
* ro.po: new po file for romanian, written for klyx but included
|
||||
here so that updates can be made easier later.
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
||||
#include <config.h>
|
||||
#ifdef MODERN_STL_STREAMS
|
||||
#include <fstream>
|
||||
using std::ifstream;
|
||||
#else
|
||||
#include <cstdio>
|
||||
#endif
|
||||
|
||||
#include "support/lyxlib.h"
|
||||
|
||||
using std::ifstream;
|
||||
|
||||
/* Number of bytes to read at once. */
|
||||
#define BUFLEN (1 << 16)
|
||||
|
Loading…
Reference in New Issue
Block a user