diff options
author | jcid <devnull@localhost> | 2008-10-10 23:10:48 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-10 23:10:48 +0200 |
commit | 4a2d6ce6ee0b29fc880de76b0d47762e327648c3 (patch) | |
tree | 751d59d6d0ed2ec980015dbf6ddf282ac4cbeaf2 /src | |
parent | 5bfc8cd1f728bd3ab706d4838dac49463ef73f0b (diff) |
- s/dillo-fltk/dillo/ and switched the version to 2.0
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/about.c | 2 | ||||
-rw-r--r-- | src/Makefile.am | 8 | ||||
-rw-r--r-- | src/prefs.c | 2 |
3 files changed, 6 insertions, 6 deletions
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= "<li>Simplified http.c by reusing the new non-blocking writes in IO." "<li>Implemented Stop button to not only stop rendering but also networking." "<li>Bound Ctrl+Space to toggle fullscreen mode." -"<li>Added a http_referer preference. See details in dillo2rc." +"<li>Added a http_referer preference. See details in dillorc." "<li>CCC: added reentrancy control to the OpEnd and OpAbort operations." "<li>CCC: enhanced the debug function and implemented OpAbort for dpi." "<li>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/" |