]> git.lyx.org Git - lyx.git/commit
Resolve link problems of tex2lyx and client by removing the extra gettext.h
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 4 Nov 2006 18:12:57 +0000 (18:12 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 4 Nov 2006 18:12:57 +0000 (18:12 +0000)
commit8cc9180ba8b606837a9e874014c8191cd85f9310
treecd00dfa826509f31f28414f85f98d76ff9cbc1fd
parente35725d5c0bfef496ebdb18b23539f7f78a336ff
Resolve link problems of tex2lyx and client by removing the extra gettext.h
headers and converting the gettext stuff in tex2lyx and client to use
docstring.
The interface must be defined by src/gettext.h anyway, so better use that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15740 a592a061-630c-0410-9148-cb99ea01b6c8
13 files changed:
development/scons/scons_manifest.py
po/POTFILES.in
src/client/Makefile.am
src/client/debug.C
src/client/gettext.C
src/client/gettext.h [deleted file]
src/client/messages.C
src/client/messages.h
src/gettext.C
src/gettext.h
src/tex2lyx/Makefile.am
src/tex2lyx/gettext.C
src/tex2lyx/gettext.h [deleted file]