CWS changehid: #i111784#: rework keyword search

This commit is contained in:
Mathias Bauer
2010-07-21 17:46:37 +02:00
parent 0b00bc90e4
commit a1f5f61d46

View File

@@ -258,7 +258,7 @@ void __EXPORT EditorWindow::RequestHelp( const HelpEvent& rHEvt )
if ( rHEvt.GetMode() & HELPMODE_CONTEXT ) if ( rHEvt.GetMode() & HELPMODE_CONTEXT )
{ {
String aKeyword = GetWordAtCursor(); String aKeyword = GetWordAtCursor();
Application::GetHelp()->Start( aKeyword, this ); Application::GetHelp()->SearchKeyword( aKeyword );
bDone = TRUE; bDone = TRUE;
} }
else if ( rHEvt.GetMode() & HELPMODE_QUICK ) else if ( rHEvt.GetMode() & HELPMODE_QUICK )