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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user