mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
fix Win32 bustage
This commit is contained in:
parent
29427f0cdb
commit
257694a767
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user