@@ -85,13 +85,11 @@ void SetAccessibilityAttributes ()
8585 informationHeaderLabel . Accessible . SetTitleFor ( table11 . Accessible ) ;
8686 table11 . Accessible . SetTitleUIElement ( informationHeaderLabel . Accessible ) ;
8787
88- projectNameEntry . Accessible . SetTitleUIElement ( nameLabel . Accessible ) ;
8988 projectNameEntry . SetCommonAccessibilityAttributes ( "GeneralProjectOptions.ProjectNameEntry" ,
9089 GettextCatalog . GetString ( "Project Name" ) ,
9190 GettextCatalog . GetString ( "Enter the project name" ) ) ;
9291 nameLabel . Accessible . SetTitleFor ( projectNameEntry . Accessible ) ;
9392
94- entryVersion . Accessible . SetTitleUIElement ( label1 . Accessible ) ;
9593 entryVersion . SetCommonAccessibilityAttributes ( "GeneralProjectOptions.VersionEntry" ,
9694 GettextCatalog . GetString ( "Project Version" ) ,
9795 GettextCatalog . GetString ( "Enter the project version" ) ) ;
@@ -100,14 +98,12 @@ void SetAccessibilityAttributes ()
10098 checkSolutionVersion . SetCommonAccessibilityAttributes ( "GeneralProjectOptions.SolutionVersion" , "" ,
10199 GettextCatalog . GetString ( "Check to use the same version as the solution" ) ) ;
102100
103- projectDescriptionTextView . Accessible . SetTitleUIElement ( descriptionLabel . Accessible ) ;
104101 descriptionLabel . Accessible . SetTitleFor ( projectDescriptionTextView . Accessible ) ;
105102
106103 projectDescriptionTextView . SetCommonAccessibilityAttributes ( "GeneralProjectOptions.Description" ,
107104 GettextCatalog . GetString ( "Project Description" ) ,
108105 GettextCatalog . GetString ( "Enter a description of the project" ) ) ;
109106
110- projectDefaultNamespaceEntry . Accessible . SetTitleUIElement ( defaultNamespaceLabel . Accessible ) ;
111107 projectDefaultNamespaceEntry . SetCommonAccessibilityAttributes ( "GeneralProjectOptions.Namespace" ,
112108 GettextCatalog . GetString ( "Default Namespace" ) ,
113109 GettextCatalog . GetString ( "Enter the default namespace for the project" ) ) ;
0 commit comments