missed one of the strings for localization

b=32666, original reviewer was pollmann, self is reviewer for this small additional change
This commit is contained in:
rods%netscape.com 2000-05-27 13:03:18 +00:00
Родитель 17a35ffc25
Коммит 5b4987c7ea
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -257,7 +257,9 @@ nsFileControlFrame::MouseClick(nsIDOMEvent* aMouseEvent)
nsIFileWidget *fileWidget = nsnull;
nsString title; title.AssignWithConversion("File Upload");
nsString title;
nsFormControlHelper::GetLocalizedString("FileUpload", title);
nsComponentManager::CreateInstance(kCFileWidgetCID, nsnull, kIFileWidgetIID, (void**)&fileWidget);
if (fileWidget) {

Просмотреть файл

@ -22,3 +22,4 @@ Submit=Submit Query
Browse=Browse...
AllFilesTitle=All Files
AllFilesFilter=*.*
FileUpload=File Upload

Просмотреть файл

@ -257,7 +257,9 @@ nsFileControlFrame::MouseClick(nsIDOMEvent* aMouseEvent)
nsIFileWidget *fileWidget = nsnull;
nsString title; title.AssignWithConversion("File Upload");
nsString title;
nsFormControlHelper::GetLocalizedString("FileUpload", title);
nsComponentManager::CreateInstance(kCFileWidgetCID, nsnull, kIFileWidgetIID, (void**)&fileWidget);
if (fileWidget) {