Kaydet (Commit) 28bd5d32 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

typo

Change-Id: I9151667213cc3c4d36d49547ae717ff3bec09cc3
üst aeec24cb
......@@ -78,7 +78,7 @@ namespace svt
bool FileURLBox::Notify( NotifyEvent& _rNEvt )
{
switch (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT)
if (_rNEvt.GetType() == MouseNotifyEvent::KEYINPUT)
{
if ( ( GetSubEdit() == _rNEvt.GetWindow() )
&& ( KEY_RETURN == _rNEvt.GetKeyEvent()->GetKeyCode().GetCode() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment