diff options
author | nyamatongwe <unknown> | 2003-01-12 01:17:09 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-01-12 01:17:09 +0000 |
commit | 01eabfc39bbf258af987be07d72dc0c7db7a903f (patch) | |
tree | 69456836ef38d11d3e6bd4a5a4189e5a47143d85 | |
parent | 69ade6f260f353cb37849d846628307c554048c8 (diff) | |
download | scintilla-mirror-01eabfc39bbf258af987be07d72dc0c7db7a903f.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(,) |