From 87677ac90c7a294579b2bc8c42f3b67a66c1101c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 8 May 2010 09:20:00 +0000 Subject: Switched to using documented parameter for SCI_LOADLEXERLIBRARY on GTK+. --- gtk/ScintillaGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index 23837b9ea..617a232f5 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -828,7 +828,7 @@ sptr_t ScintillaGTK::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam #ifdef SCI_LEXER case SCI_LOADLEXERLIBRARY: - LexerManager::GetInstance()->Load(reinterpret_cast(wParam)); + LexerManager::GetInstance()->Load(reinterpret_cast(lParam)); break; #endif case SCI_TARGETASUTF8: -- cgit v1.2.3