Added shortcuts to some buttons

This commit is contained in:
Olivier Teulière 2012-04-05 07:46:23 +02:00
parent c423da2425
commit 4e5c86ef11
2 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@
<string>_(&quot;Validate the current turn and start a new one&quot;)</string>
</property>
<property name="text">
<string>_(&quot;End turn&quot;)</string>
<string>_(&quot;&amp;End turn&quot;)</string>
</property>
</widget>
</item>

View file

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>527</width>
<width>600</width>
<height>459</height>
</rect>
</property>
@ -148,14 +148,14 @@
<item>
<widget class="QPushButton" name="pushButtonAdd">
<property name="text">
<string>_(&quot;Add player&quot;)</string>
<string>_(&quot;Add &amp;player&quot;)</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonAddFav">
<property name="text">
<string>_(&quot;Add favorite players...&quot;)</string>
<string>_(&quot;Add &amp;favorite players...&quot;)</string>
</property>
</widget>
</item>