UI: Set accessible name for adv audio props button

People who are blind cannot know what the button does due to lack of any
strings associated with the button.
master
jp9000 2016-02-21 11:17:26 -08:00
parent a64f7dd649
commit 11271ce6e0
1 changed files with 5 additions and 2 deletions

View File

@ -334,7 +334,7 @@
</property>
<property name="defaultDropAction">
<enum>Qt::TargetMoveAction</enum>
</property>
</property>
<addaction name="actionRemoveScene"/>
</widget>
</item>
@ -416,6 +416,9 @@
<height>22</height>
</size>
</property>
<property name="accessibleName">
<string>Basic.AdvAudio</string>
</property>
<property name="text">
<string notr="true"/>
</property>
@ -521,7 +524,7 @@
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</property>
<addaction name="actionRemoveSource"/>
</widget>
</item>