Composer FE bug fixes. Reverted background drawing change - fixed in XP code

git-svn-id: svn://10.0.0.236/trunk@8476 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
1998-08-25 22:47:40 +00:00
parent e69fd8c60c
commit 8ffebb5d83
4 changed files with 6 additions and 5 deletions

View File

@@ -4422,7 +4422,7 @@ void CNetscapeEditView::BuildEditHistoryMenu(HMENU hMenu, int iStartItem)
pMenuItem = PR_smprintf(" &%d %s", i+1, csMenuString);
else if (i == 9)
// Use "0" as accelerator for tenth file
pMenuItem = PR_smprintf("&%d %s", 10, csMenuString);
pMenuItem = PR_smprintf("%d&%d %s", 1, 0, csMenuString);
else
// This isn't used with our current maximum of 10 files,
// but keep in case we increase MAX_EDIT_HISTORY_LOCATIONS