fix for bug 164940 - D&D and clipboard were broken

author=akkana, sr=alecf, r=timeless


git-svn-id: svn://10.0.0.236/trunk@128265 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2002-08-27 18:15:38 +00:00
parent b3c992cb77
commit 06618a8551

View File

@@ -122,7 +122,7 @@ nsPrimitiveHelpers :: CreateDataFromPrimitive ( const char* aFlavor, nsISupports
if ( doubleByteText ) {
nsAutoString data;
doubleByteText->GetData ( data );
*aDataBuff = ToNewCString(data);
*aDataBuff = ToNewUnicode(data);
}
}