Closed
Bug 356488
Opened 19 years ago
Closed 17 years ago
Clean up code references to Go menu
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino2.0
People
(Reporter: stuart.morgan+bugzilla, Assigned: stuart.morgan+bugzilla)
Details
We have files, classes, etc. named GoMenu*, and no Go menu. They should be renamed across the board to avoid confusing future generations (although it's a bit more complex that just making them all HistoryMenu*, since there's already a HistorMenu class that represents submenus).
Updated•19 years ago
|
Whiteboard: [Good First Bug]
Assignee | ||
Comment 1•17 years ago
|
||
Landed on trunk, with an sr from pink.
The diff isn't really useful, since the files that had the renames were also renamed themselves; the changes were:
- Move GoMenu.{h,mm} to HistoryMenu.{h,mm}
- Rename GoMenu to TopLevelHistoryMenu
- Rename HistoryMenu to HistorySubmenu
- Fix the GoMenu reference in MainMenu.nib (done on 10.4)
- Change a localizable string key from GoMenuMoreThanAWeek to HistoryMenuMoreThanAWeek
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [Good First Bug]
Target Milestone: --- → Camino2.0
You need to log in
before you can comment on or make changes to this bug.
Description
•