Remove explicit static accessible name from the main window

Users expect accessible name of the window to match the window title,
so remove the custom explicit name of "Geany" which was added at the
very beginnings of Geany, presumably without real a11y reasons.

Without this, GTK forwards the window title to the a11y name for us,
leading to the expected result and matching most other apps.

Fixes #2421.
master
Colomban Wendling 2020-01-15 22:42:48 +01:00
parent 5cc69b3d67
commit e390377884
1 changed files with 0 additions and 5 deletions

View File

@ -6361,11 +6361,6 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes">Geany</property>
<property name="icon_name">geany</property>
<child internal-child="accessible">
<object class="AtkObject" id="window1-atkobject">
<property name="AtkObject::accessible-name" translatable="yes">Geany</property>
</object>
</child>
<accel-groups>
<group name="accelgroup1"/>
</accel-groups>