mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add (unused) reschedule option back to avoid breaking fastbar
This commit is contained in:
parent
704b5e581a
commit
6aab9feec1
1 changed files with 5 additions and 0 deletions
|
@ -299,6 +299,11 @@
|
||||||
<addaction name="menuJump"/>
|
<addaction name="menuJump"/>
|
||||||
<addaction name="menu_Help"/>
|
<addaction name="menu_Help"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
<action name="actionReschedule">
|
||||||
|
<property name="text">
|
||||||
|
<string notr="true">QT_ACCEL_RESCHEDULE</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
<action name="actionSelectAll">
|
<action name="actionSelectAll">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>QT_ACCEL_SELECT_ALL</string>
|
<string>QT_ACCEL_SELECT_ALL</string>
|
||||||
|
|
Loading…
Reference in a new issue