GEPS008: Moved QuestionDialog module

svn: r19771
This commit is contained in:
Nick Hall
2012-06-05 23:49:12 +00:00
parent 77f621ac2a
commit 33f45cb087
83 changed files with 106 additions and 106 deletions

View File

@@ -140,7 +140,7 @@ class StyleListDisplay(object):
try:
self.sheetlist.save()
except IOError, msg:
from QuestionDialog import ErrorDialog
from gui.dialog import ErrorDialog
ErrorDialog(_("Error saving stylesheet"), str(msg))
except:
log.error("Failed to save stylesheet", exc_info=True)