Changed prompt for selecting a file from "FileWidget Title <here> mode = save" to "File Upload" to match 4.x.
git-svn-id: svn://10.0.0.236/trunk@26136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -156,7 +156,7 @@ void nsFileControlFrame::MouseClicked(nsIPresContext* aPresContext)
|
||||
|
||||
nsIFileWidget *fileWidget;
|
||||
|
||||
nsString title("FileWidget Title <here> mode = save");
|
||||
nsString title("File Upload");
|
||||
nsComponentManager::CreateInstance(kCFileWidgetCID, nsnull, kIFileWidgetIID, (void**)&fileWidget);
|
||||
|
||||
nsString titles[] = {"all files"};
|
||||
|
||||
@@ -156,7 +156,7 @@ void nsFileControlFrame::MouseClicked(nsIPresContext* aPresContext)
|
||||
|
||||
nsIFileWidget *fileWidget;
|
||||
|
||||
nsString title("FileWidget Title <here> mode = save");
|
||||
nsString title("File Upload");
|
||||
nsComponentManager::CreateInstance(kCFileWidgetCID, nsnull, kIFileWidgetIID, (void**)&fileWidget);
|
||||
|
||||
nsString titles[] = {"all files"};
|
||||
|
||||
Reference in New Issue
Block a user