diff options
author | nyamatongwe <devnull@localhost> | 2003-01-12 01:17:09 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-01-12 01:17:09 +0000 |
commit | ae33ce73c43277fd6fb87571201b4e2ecdc2ea64 (patch) | |
tree | 69456836ef38d11d3e6bd4a5a4189e5a47143d85 | |
parent | 45c9f8fe69720e709e172fee1624433213e037ca (diff) | |
download | scintilla-mirror-ae33ce73c43277fd6fb87571201b4e2ecdc2ea64.tar.gz |
Changed xpm data to be a string rather than an int.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
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(,) |