mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
small compilation fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1746 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b36f0c6aad
commit
6ee60cb738
@ -1,3 +1,11 @@
|
||||
2001-03-12 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* gettext.h: fix gettext_init() in --disable-nls
|
||||
|
||||
2001-03-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
|
||||
|
||||
2001-03-09 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* lyx.C:
|
||||
|
@ -367,7 +367,7 @@ string const LaTeXFeatures::getMacros()
|
||||
// effect. (Lgb)
|
||||
}
|
||||
}
|
||||
macros += floats.str();
|
||||
macros += floats.str().c_str();
|
||||
|
||||
for (LanguageList::const_iterator cit = UsedLanguages.begin();
|
||||
cit != UsedLanguages.end(); ++cit)
|
||||
|
@ -51,7 +51,7 @@ void gettext_init(string const & localedir);
|
||||
///
|
||||
# define locale_init()
|
||||
///
|
||||
# define gettext_init(package, localedir)
|
||||
# define gettext_init(localedir)
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user