mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
fix about
This commit is contained in:
parent
c7cfbd1d35
commit
863356badb
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,6 @@ please get in touch.")
|
||||||
abouttext += '<p>' + _("A big thanks to all the people who have provided \
|
abouttext += '<p>' + _("A big thanks to all the people who have provided \
|
||||||
suggestions, bug reports and donations.")
|
suggestions, bug reports and donations.")
|
||||||
abt.label.setText(abouttext)
|
abt.label.setText(abouttext)
|
||||||
dialog.show()
|
|
||||||
dialog.adjustSize()
|
dialog.adjustSize()
|
||||||
|
dialog.show()
|
||||||
dialog.exec_()
|
dialog.exec_()
|
||||||
|
|
|
@ -719,6 +719,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
||||||
aqt.preferences.Preferences(self)
|
aqt.preferences.Preferences(self)
|
||||||
|
|
||||||
def onAbout(self):
|
def onAbout(self):
|
||||||
|
import aqt.about
|
||||||
aqt.about.show(self)
|
aqt.about.show(self)
|
||||||
|
|
||||||
def onDonate(self):
|
def onDonate(self):
|
||||||
|
|
Loading…
Reference in a new issue