Closed
Bug 196517
Opened 22 years ago
Closed 6 years ago
Make gtkembedmoz's prompt implementation localizable
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bryner, Unassigned)
References
Details
GtkPromptService uses hardcoded strings for a few things (default dialog titles,
and the Username and Password strings). These should be localizable.
Reporter | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4beta
Comment 1•19 years ago
|
||
Can gtkmozembed use string bundles?
Just some notes:
New file chrome://embed/locale/embedding.properties.
"User Name" and "Password" here:
<http://lxr.mozilla.org/seamonkey/source/embedding/browser/gtk/src/EmbedPrompter.cpp#158>
Default dialog titles here:
<http://lxr.mozilla.org/seamonkey/source/embedding/browser/gtk/src/GtkPromptService.cpp>
BUTTON_TITLE_DONT_SAVE and BUTTON_TITLE_REVERT here:
<http://lxr.mozilla.org/seamonkey/source/embedding/browser/gtk/src/GtkPromptService.cpp#336>
BUTTON_TITLE_REVERT could probably be mapped to GTK_STOCK_REVERT_TO_SAVED.
Reporter | ||
Updated•18 years ago
|
Assignee: bryner → nobody
Status: ASSIGNED → NEW
QA Contact: pavlov → gtk-widget
Target Milestone: mozilla1.4beta → ---
Assignee | ||
Updated•13 years ago
|
Product: Core → Core Graveyard
Comment 2•6 years ago
|
||
Embedding: GTK Widget isn't a thing, closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•