Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewFileDialog.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewFileDialog.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewFileDialog.cs
index c9cd9eb305..54d1a3e1d5 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewFileDialog.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/NewFileDialog.cs
@@ -104,8 +104,9 @@ namespace MonoDevelop.Ide.Projects
iconView.Accessible.Description = GettextCatalog.GetString ("Select a template for the new file");
iconView.Accessible.SetTitle (GettextCatalog.GetString ("Templates"));
- nameEntry.Accessible.Name = "NewFileDialog.NameEntry";
- nameEntry.Accessible.Description = GettextCatalog.GetString ("Enter the name of the new file");
+ nameEntry.SetCommonAccessibilityAttributes ("NewFileDialog.NameEntry",
+ GettextCatalog.GetString ("Name"),
+ GettextCatalog.GetString ("Enter the name of the new file"));
nameEntry.Accessible.SetTitleUIElement (label1.Accessible);
label1.Accessible.Name = "NewFileDialog.NameLabel";