mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
move export notes action to the notes menu
This commit is contained in:
parent
36201a5448
commit
62c86b2cbe
1 changed files with 2 additions and 2 deletions
|
@ -295,13 +295,13 @@
|
||||||
<addaction name="menuFlag"/>
|
<addaction name="menuFlag"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="action_Info"/>
|
<addaction name="action_Info"/>
|
||||||
<addaction name="actionExport"/>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menu_Notes">
|
<widget class="QMenu" name="menu_Notes">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>&Notes</string>
|
<string>&Notes</string>
|
||||||
</property>
|
</property>
|
||||||
<addaction name="actionAdd"/>
|
<addaction name="actionAdd"/>
|
||||||
|
<addaction name="actionExport"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="actionAdd_Tags"/>
|
<addaction name="actionAdd_Tags"/>
|
||||||
<addaction name="actionRemove_Tags"/>
|
<addaction name="actionRemove_Tags"/>
|
||||||
|
@ -602,7 +602,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="actionExport">
|
<action name="actionExport">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Export Notes</string>
|
<string>&Export Notes...</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Shift+E</string>
|
<string>Ctrl+Shift+E</string>
|
||||||
|
|
Loading…
Reference in a new issue