summary refs log tree commit diff stats
path: root/plugins/gtkpref/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkpref/makefile.mak')
-rw-r--r--plugins/gtkpref/makefile.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkpref/makefile.mak b/plugins/gtkpref/makefile.mak
index e2292365..a5578483 100644
--- a/plugins/gtkpref/makefile.mak
+++ b/plugins/gtkpref/makefile.mak
@@ -5,8 +5,8 @@ all: gtkpref.obj gtkpref.def
 

 gtkpref.def:

 	echo EXPORTS > gtkpref.def

-	echo xchat_plugin_init >> gtkpref.def

-	echo xchat_plugin_deinit >> gtkpref.def

+	echo hexchat_plugin_init >> gtkpref.def

+	echo hexchat_plugin_deinit >> gtkpref.def

 

 gtkpref.obj: gtkpref.c makefile.mak

 	cl $(CFLAGS) $(GLIB) /I.. gtkpref.c