mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9339 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c73eea9bda
commit
4048edc864
@ -1,3 +1,7 @@
|
||||
2004-12-03 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Makefile.am, ui/Makefile.am (AM_CPPFLAGS): fix typo
|
||||
|
||||
2004-12-02 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* QTabular.C: use size_t-like types for cell, row and column indices
|
||||
@ -5,13 +9,13 @@
|
||||
2004-12-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* lengthvalidator.C: revert to correct if clause.
|
||||
|
||||
|
||||
* QDocument.C:
|
||||
* QDocumentDialog.C:
|
||||
* QTabular.C:
|
||||
* QTabularDialog.C:
|
||||
* QPrefs.C: implement length validators
|
||||
|
||||
|
||||
* QExternalDialog.C:
|
||||
* QGraphicsDialog.C: chose correct validators
|
||||
|
||||
@ -23,7 +27,7 @@
|
||||
* QGraphicsDialog.C: use new member function. Add length
|
||||
validator
|
||||
* QBox.C:
|
||||
* QBoxDialog.C: Add length validator
|
||||
* QBoxDialog.C: Add length validator
|
||||
|
||||
2004-11-27 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
|
@ -12,7 +12,7 @@ libqt2_la_LIBADD = $(QT_LIB) ui/*.lo moc/*.lo ui/moc/*.lo
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DQT_CLEAN_NAMESPACE \
|
||||
-DQT_GENUINE_STR
|
||||
-DQT_GENUINE_STR \
|
||||
-I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
|
||||
-I$(top_srcdir)/images \
|
||||
$(QT_INCLUDES) $(BOOST_INCLUDES) \
|
||||
|
@ -10,7 +10,7 @@ EXTRA_DIST = QPreambleDialogBase.ui $(UIFILES)
|
||||
AM_CPPFLAGS = \
|
||||
-DQT_CLEAN_NAMESPACE \
|
||||
-DQT_GENUINE_STR \
|
||||
-DQT_NO_TRANSLATION
|
||||
-DQT_NO_TRANSLATION \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/frontends \
|
||||
-I$(top_srcdir)/src/frontends/qt2 \
|
||||
|
Loading…
Reference in New Issue
Block a user