* Add more keyboard accelerators to the spellchecker dialog (part of bug 6460).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33064 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-01-17 10:50:30 +00:00
parent b4328c515e
commit 806a476bd1
2 changed files with 9 additions and 7 deletions

View File

@ -32,7 +32,7 @@
<item row="4" column="0" >
<widget class="QLabel" name="TextLabel2" >
<property name="text" >
<string>Suggestions:</string>
<string>Su&amp;ggestions:</string>
</property>
<property name="buddy" >
<cstring>suggestionsLW</cstring>
@ -55,7 +55,7 @@
<string>Add the word to your personal dictionary</string>
</property>
<property name="text" >
<string>A&amp;dd</string>
<string>&amp;Add</string>
</property>
</widget>
</item>
@ -98,7 +98,7 @@
<item row="2" column="0" >
<widget class="QLabel" name="TextLabel1" >
<property name="text" >
<string>Replacement:</string>
<string>Re&amp;placement:</string>
</property>
<property name="buddy" >
<cstring>replaceCO</cstring>
@ -167,10 +167,6 @@
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<tabstops>
<tabstop>wordED</tabstop>
<tabstop>replaceCO</tabstop>
@ -181,6 +177,9 @@
<tabstop>addPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>

View File

@ -146,6 +146,9 @@ What's new
- Better detection and response on svn conflicts.
- Add more keyboard accelerators to the spellchecker dialog
(part of bug 6460).
* DOCUMENTATION AND LOCALIZATION