summaryrefslogtreecommitdiff
path: root/bk_whlp.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2002-08-05 10:31:35 +0000
committerSimon Tatham <anakin@pobox.com>2002-08-05 10:31:35 +0000
commitc478f3d9469c09773097eba89342c311ee70a319 (patch)
treef7b1e1d1ac577b5571bf14fe70af1dced325dccc /bk_whlp.c
parent6758ed90d7c0015752894202138ecbcef35b80a0 (diff)
downloadhalibut-c478f3d9469c09773097eba89342c311ee70a319.zip
halibut-c478f3d9469c09773097eba89342c311ee70a319.tar.gz
halibut-c478f3d9469c09773097eba89342c311ee70a319.tar.bz2
halibut-c478f3d9469c09773097eba89342c311ee70a319.tar.xz
Rename Buttress to Halibut. I _think_ I've caught everything in this pass.
[originally from svn r1800]
Diffstat (limited to 'bk_whlp.c')
-rw-r--r--bk_whlp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bk_whlp.c b/bk_whlp.c
index 757f4e5..a8cb99e 100644
--- a/bk_whlp.c
+++ b/bk_whlp.c
@@ -1,5 +1,5 @@
/*
- * Windows Help backend for Buttress
+ * Windows Help backend for Halibut
*
* TODO:
* - allow user to specify section contexts.
@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <assert.h>
-#include "buttress.h"
+#include "halibut.h"
#include "winhelp.h"
struct bk_whlp_state {