fix about

This commit is contained in:
Damien Elmes 2011-04-18 06:28:42 +09:00
parent c7cfbd1d35
commit 863356badb
2 changed files with 2 additions and 1 deletions

View file

@ -38,6 +38,6 @@ please get in touch.")
abouttext += '<p>' + _("A big thanks to all the people who have provided \
suggestions, bug reports and donations.")
abt.label.setText(abouttext)
dialog.show()
dialog.adjustSize()
dialog.show()
dialog.exec_()

View file

@ -719,6 +719,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
aqt.preferences.Preferences(self)
def onAbout(self):
import aqt.about
aqt.about.show(self)
def onDonate(self):