From 01eabfc39bbf258af987be07d72dc0c7db7a903f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 12 Jan 2003 01:17:09 +0000 Subject: Changed xpm data to be a string rather than an int. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Scintilla.iface b/include/Scintilla.iface index b62707b34..bb7ee0a15 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -583,7 +583,7 @@ set void AutoCSetDropRestOfWord=2270(bool dropRestOfWord,) get bool AutoCGetDropRestOfWord=2271(,) # Register an XPM image for use in autocompletion lists. -fun void RegisterImage=2405(int type, int xpmData) +fun void RegisterImage=2405(int type, string xpmData) # Clear all the registered XPM images. fun void ClearRegisteredImages=2408(,) -- cgit v1.2.3