diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 17:12:05 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-09 17:12:05 +0200 |
commit | d6b4e7141f55cb8c1030be2c3252ac4daf54956b (patch) | |
tree | ee950e6d22c1a15537e9caec045fc49b6d1ba8d5 /iup/src/win | |
parent | 1055ebadb66ce979cf777090f8283a4b2f4206df (diff) |
Typos, take two.
Diffstat (limited to 'iup/src/win')
-rwxr-xr-x | iup/src/win/iupwin_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/src/win/iupwin_text.c b/iup/src/win/iupwin_text.c index 057f6e0..0579ebc 100755 --- a/iup/src/win/iupwin_text.c +++ b/iup/src/win/iupwin_text.c @@ -1198,7 +1198,7 @@ void iupdrvTextAddFormatTag(Ihandle* ih, Ihandle* formattag) /* saves current selection / scroll position before doing anything */ line0 = SendMessage(ih->handle, EM_GETFIRSTVISIBLELINE, 0, 0); - SendMessage(im->handle, EM_EXGETSEL, 0, LPARAM(&oldrange)); + SendMessage(ih->handle, EM_EXGETSEL, 0, LPARAM(&oldrange)); selection = iupAttribGet(formattag, "SELECTION"); if (selection) { |