Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(784)

Unified Diff: webkit/glue/webkitplatformsupport_impl.cc

Issue 10957032: Added OtherDateLabel localized string. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added meaning attribute Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/webkit_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitplatformsupport_impl.cc
diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
index f0659d2d1b7ea22fd8f1a1adf8291f0ca298c43c..eddf62ef6dd824e8e7b5770fe8c476b2dabb8a06 100644
--- a/webkit/glue/webkitplatformsupport_impl.cc
+++ b/webkit/glue/webkitplatformsupport_impl.cc
@@ -199,6 +199,8 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_FORM_FILE_MULTIPLE_UPLOAD;
case WebLocalizedString::OtherColorLabel:
return IDS_FORM_OTHER_COLOR_LABEL;
+ case WebLocalizedString::OtherDateLabel:
+ return IDS_FORM_OTHER_DATE_LABEL;
case WebLocalizedString::ResetButtonDefaultLabel:
return IDS_FORM_RESET_LABEL;
case WebLocalizedString::SearchableIndexIntroduction:
« no previous file with comments | « webkit/glue/webkit_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698