mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
* fixed issue #2608 It was indeed the tabstop order. * added my name and mail to fulfill test requirements * fixed and tested issue #2608 There was a wrong name in the tabstop, so it could not resolve that name and skipped the element.
This commit is contained in:
parent
b73cb15888
commit
72ed482133
2 changed files with 2 additions and 1 deletions
|
@ -133,6 +133,7 @@ Derek Dang <github.com/derekdang/>
|
|||
Luc Mcgrady <github.com/Luc-Mcgrady>
|
||||
Kehinde Adeleke <adelekekehinde06@gmail.com>
|
||||
Marko Juhanne <github.com/mjuhanne>
|
||||
Gabriel Heinatz <anorot@gmail.com>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
@ -140,9 +140,9 @@
|
|||
<tabstop>find</tabstop>
|
||||
<tabstop>replace</tabstop>
|
||||
<tabstop>field</tabstop>
|
||||
<tabstop>selected_notes</tabstop>
|
||||
<tabstop>ignoreCase</tabstop>
|
||||
<tabstop>re</tabstop>
|
||||
<tabstop>buttonBox</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
|
Loading…
Reference in a new issue