Changed: Merge changes from next patch

This commit is contained in:
kervala 2011-05-26 16:06:21 +02:00
parent db6f3defa2
commit 35ccf29935

View file

@ -713,7 +713,7 @@ void CGroupEditBox::handleEventChar(const CEventDescriptorKey &rEDK)
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
void CGroupEditBox::handleEventString(const CEventDescriptorKey &rEDK) void CGroupEditBox::handleEventString(const CEventDescriptorKey &rEDK)
{ {
appendString(rEDK.getString()); appendStringFromClipboard(rEDK.getString());
} }
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------