fix Win32 bustage

This commit is contained in:
shaver%netscape.com 1999-09-10 04:06:07 +00:00
parent 29427f0cdb
commit 257694a767

View File

@ -725,7 +725,7 @@ nsTitledButtonFrame::PaintTitle(nsIPresContext& aPresContext,
accesskey);
/* XXX are attribute values always two byte? */
PRUnichar *titleString, *accessString;
const PRUnichar *titleString, *accessString;
titleString = mCroppedTitle.GetUnicode();
if (accesskey != "") {
PRInt32 idx = mCroppedTitle.Find(accesskey, PR_TRUE);