branch: Fix bug #6963: LaTeXUi.ui: fix some accelerator clashes.

see r35751.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35755 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-10-21 17:33:18 +00:00
parent 42f0218ad7
commit bdb06eb0b6
2 changed files with 4 additions and 2 deletions

View File

@ -100,14 +100,14 @@
<string>Enable to use the options that are predefined in the layout file</string>
</property>
<property name="text" >
<string>P&amp;redefined:</string>
<string>&amp;Predefined:</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="optionsL" >
<property name="text" >
<string>Cust&amp;om:</string>
<string>Cus&amp;tom:</string>
</property>
<property name="buddy" >
<cstring>optionsLE</cstring>

View File

@ -170,6 +170,8 @@ What's new
- Correct enabled check for LFUN_MATH_NUMBER_TOGGLE.
Avoid implicit conversion of enum to bool.
- Fix some accelerator conflicts in Document Class dialog (bug 6963).
* DOCUMENTATION AND LOCALIZATION