Skip to content

Commit

Permalink
improve Copy Link Text
Browse files Browse the repository at this point in the history
  • Loading branch information
roytam1 committed Dec 15, 2017
1 parent b366a79 commit e286782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k-meleon/app/BrowserView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ void CBrowserView::OnCopyLinkText()

if (!OpenClipboard())
return;

title.TrimLeft(L"\t ");
while (title.Replace(L" ", L" "));
SetClipboardTextData(m_hWnd, title);
}

Expand Down

0 comments on commit e286782

Please sign in to comment.