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:
@@ -122,7 +122,7 @@ nsPrimitiveHelpers :: CreateDataFromPrimitive ( const char* aFlavor, nsISupports
|
||||
if ( doubleByteText ) {
|
||||
nsAutoString data;
|
||||
doubleByteText->GetData ( data );
|
||||
*aDataBuff = ToNewCString(data);
|
||||
*aDataBuff = ToNewUnicode(data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user