Closed
Bug 468362
Opened 16 years ago
Closed 9 years ago
Add support for modifying titlebar text in distribution.js
Categories
(Firefox :: Distributions, enhancement)
Firefox
Distributions
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kev, Assigned: mkaply)
References
Details
This is a feature enhancement request for the distribution.js module.
A popular request for customized distributions are to modify the titlebar text string (currently the short product name), similar to what was possible with the CCK wizard. We'd like to provide similar functionality through the distribution.js module by specifying the titlebar text using a localizable, global configuration directive in distribution.ini
i.e.
[Global]
titlebartext=titlebar text
titlebartext.<locale_code1>=localizable titlebar text
titlebartext.<locale_code2>=more localized titlebar text
Notes:
- directive should support UTF-8 encoded text
- localized text trumps the global version
- should be a limit to the number of characters permitted (suggest 15, need input from UX/UI team)
Comment 1•16 years ago
|
||
What is supposed to happen on the Mac, where we don't display the app name in the window title?
Comment 2•16 years ago
|
||
Ubuntu Request:
https://bugs.launchpad.net/bugs/318359
See Also: → https://launchpad.net/bugs/318359
Updated•11 years ago
|
Target Milestone: Firefox 3.6a1 → ---
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mozilla
Component: General → Distributions
Assignee | ||
Comment 3•9 years ago
|
||
We don't really have titlebars anymore on any platform except XP.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•