From 4a2d6ce6ee0b29fc880de76b0d47762e327648c3 Mon Sep 17 00:00:00 2001 From: jcid Date: Fri, 10 Oct 2008 23:10:48 +0200 Subject: - s/dillo-fltk/dillo/ and switched the version to 2.0 --- src/IO/about.c | 2 +- src/Makefile.am | 8 ++++---- src/prefs.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/IO/about.c b/src/IO/about.c index 24e48263..d1b9b447 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -291,7 +291,7 @@ const char *AboutSplash= "
  • Simplified http.c by reusing the new non-blocking writes in IO." "
  • Implemented Stop button to not only stop rendering but also networking." "
  • Bound Ctrl+Space to toggle fullscreen mode." -"
  • Added a http_referer preference. See details in dillo2rc." +"
  • Added a http_referer preference. See details in dillorc." "
  • CCC: added reentrancy control to the OpEnd and OpAbort operations." "
  • CCC: enhanced the debug function and implemented OpAbort for dpi." "
  • Hooked a decoder for text/plain with charset." diff --git a/src/Makefile.am b/src/Makefile.am index 2d06d143..d4d03eea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,12 +1,12 @@ -AM_CPPFLAGS=-DDILLORC_SYS='"$(sysconfdir)/dillo2rc"' @LIBJPEG_CPPFLAGS@ +AM_CPPFLAGS=-DDILLORC_SYS='"$(sysconfdir)/dillorc"' @LIBJPEG_CPPFLAGS@ AM_CFLAGS = @LIBPNG_CFLAGS@ AM_CXXFLAGS = -I.. @LIBPNG_CFLAGS@ @LIBFLTK_CXXFLAGS@ SUBDIRS = IO -bin_PROGRAMS = dillo-fltk +bin_PROGRAMS = dillo -dillo_fltk_LDADD = \ +dillo_LDADD = \ ../dlib/libDlib.a \ ../dpip/libDpip.a \ IO/libDiof.a \ @@ -16,7 +16,7 @@ dillo_fltk_LDADD = \ ../lout/liblout.a \ @LIBJPEG_LIBS@ @LIBPNG_LIBS@ @LIBFLTK_LIBS@ @LIBZ_LIBS@ @LIBICONV_LIBS@ -dillo_fltk_SOURCES = \ +dillo_SOURCES = \ dillo.cc \ dir.c \ dir.h \ diff --git a/src/prefs.c b/src/prefs.c index d761842c..48fe2a86 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -31,7 +31,7 @@ #include "misc.h" #include "msg.h" -#define RCNAME "dillo2rc" +#define RCNAME "dillorc" #define DILLO_START_PAGE "about:splash" #define DILLO_HOME "http://www.dillo.org/" -- cgit v1.2.3