mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
* 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:
parent
b4328c515e
commit
806a476bd1
@ -32,7 +32,7 @@
|
||||
<item row="4" column="0" >
|
||||
<widget class="QLabel" name="TextLabel2" >
|
||||
<property name="text" >
|
||||
<string>Suggestions:</string>
|
||||
<string>Su&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&dd</string>
|
||||
<string>&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&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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user