]> git.lyx.org Git - lyx.git/commitdiff
fix compile with-two-colors
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 2 Nov 1999 19:53:05 +0000 (19:53 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 2 Nov 1999 19:53:05 +0000 (19:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@277 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
images/banner_bw.xbm
po/POTFILES.in

index dd1c5071b1d163b149da0a765a22e9035ff5be3e..3a16d19f6e8583d1ce7a41a944bef08164367698 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * images/banner_bw.xbm: made the arrays unsigned char *
+
 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * src/support/lyxstring.C (find): remove bogus assertion in the
index 267543effdf2c199f0ecab4e3e969535f4bc62f7..8bd089e3322325a35eec4da4a3ec033fb2500c84 100644 (file)
@@ -1,6 +1,6 @@
 #define banner_bw_width 424
 #define banner_bw_height 289
-static char banner_bw_bits[] = {
+static unsigned char banner_bw_bits[] = {
  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
index 8898f1f68f3fcd9292d26c7d74a8680ada6f2d74..13bfaf452b67a74f843e246c911e127a9483a0a8 100644 (file)
@@ -9,26 +9,17 @@
 #
 # This is all the files that contains internationalization strings.
 
-src/BufferView.C
-src/Chktex.C
-src/FontLoader.C
-src/LaTeX.C
-src/LaTeXLog.C
-src/Literate.C
-src/LyXAction.C
-src/LyXSendto.C
-src/LyXView.C
-src/PaperLayout.C
-src/ParagraphExtra.C
-src/TableLayout.C
 src/buffer.C
 src/bufferlist.C
+src/BufferView.C
 src/bullet_forms.C
 src/bullet_forms_cb.C
+src/Chktex.C
 src/combox.C
 src/credits.C
 src/credits_form.C
 src/filedlg.C
+src/FontLoader.C
 src/form1.C
 src/gettext.h
 src/insets/figinset.C
@@ -49,21 +40,27 @@ src/insets/inseturl.C
 src/insets/lyxinset.h
 src/intl.C
 src/kbmap.C
+src/LaTeX.C
+src/LaTeXLog.C
 src/latexoptions.C
 src/layout.C
 src/layout_forms.C
+src/Literate.C
+src/LyXAction.C
 src/lyx.C
 src/lyx_cb.C
+src/lyxfont.C
+src/lyxfr0.C
+src/lyxfr1.C
+src/lyxfunc.C
 src/lyx_gui.C
 src/lyx_gui_misc.C
 src/lyx_main.C
 src/lyx_sendfax.C
 src/lyx_sendfax_main.C
-src/lyxfont.C
-src/lyxfr0.C
-src/lyxfr1.C
-src/lyxfunc.C
+src/LyXSendto.C
 src/lyxvc.C
+src/LyXView.C
 src/mathed/formula.C
 src/mathed/formula.h
 src/mathed/formulamacro.C
@@ -72,12 +69,15 @@ src/mathed/math_panel.C
 src/menus.C
 src/minibuffer.C
 src/minibuffer.h
+src/PaperLayout.C
 src/paragraph.C
+src/ParagraphExtra.C
 src/print_form.C
-src/sp_form.C
 src/spellchecker.C
+src/sp_form.C
 src/support/filetools.C
 src/support/lyxlib.h
 src/support/path.h
-src/text.C
+src/TableLayout.C
 src/text2.C
+src/text.C