From b7d7b9e8c3d02146120c56f9f155263d25adcf21 Mon Sep 17 00:00:00 2001 From: "sdagley%netscape.com" Date: Sat, 3 Apr 1999 02:32:46 +0000 Subject: [PATCH] Changed prompt for selecting a file from "FileWidget Title mode = save" to "File Upload" to match 4.x. git-svn-id: svn://10.0.0.236/trunk@26136 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/forms/nsFileControlFrame.cpp | 2 +- mozilla/layout/html/forms/src/nsFileControlFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/forms/nsFileControlFrame.cpp b/mozilla/layout/forms/nsFileControlFrame.cpp index 9f28dedc6dd..38ee45cc1a8 100644 --- a/mozilla/layout/forms/nsFileControlFrame.cpp +++ b/mozilla/layout/forms/nsFileControlFrame.cpp @@ -156,7 +156,7 @@ void nsFileControlFrame::MouseClicked(nsIPresContext* aPresContext) nsIFileWidget *fileWidget; - nsString title("FileWidget Title mode = save"); + nsString title("File Upload"); nsComponentManager::CreateInstance(kCFileWidgetCID, nsnull, kIFileWidgetIID, (void**)&fileWidget); nsString titles[] = {"all files"}; diff --git a/mozilla/layout/html/forms/src/nsFileControlFrame.cpp b/mozilla/layout/html/forms/src/nsFileControlFrame.cpp index 9f28dedc6dd..38ee45cc1a8 100644 --- a/mozilla/layout/html/forms/src/nsFileControlFrame.cpp +++ b/mozilla/layout/html/forms/src/nsFileControlFrame.cpp @@ -156,7 +156,7 @@ void nsFileControlFrame::MouseClicked(nsIPresContext* aPresContext) nsIFileWidget *fileWidget; - nsString title("FileWidget Title mode = save"); + nsString title("File Upload"); nsComponentManager::CreateInstance(kCFileWidgetCID, nsnull, kIFileWidgetIID, (void**)&fileWidget); nsString titles[] = {"all files"};