Closed
Bug 271910
Opened 20 years ago
Closed 3 years ago
Refactor cursor resources for Windows
Categories
(Core :: Widget: Win32, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
(Keywords: helpwanted)
Refactor cursor resources for Windows. (followup from bug 260713 comment 9)
The copy-pasted cursor stuff in these files should be refactored so there
is only one place to update when we need to add a new cursor for example.
browser/app/splash.rc
calendar/sunbird/app/splash.rc
xulrunner/app/splash.rc
mail/app/splash.rc
widget/src/windows/resource.h
widget/src/build/widget.rc
I think an #include would work for the constants, but I don't know
how to fix the relative paths for the cursor files.
Reporter | ||
Comment 1•20 years ago
|
||
Also note, in the case of calendar I think the ..\\..\\ is not enough,
it probably should be ..\\..\\..\\
Updated•15 years ago
|
Assignee: win32 → nobody
QA Contact: ian → win32
Comment 2•3 years ago
|
||
This appears to have been fixed along the way.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•