Added comfirmation pop-up after settings reset

git-svn-id: http://comictagger.googlecode.com/svn/trunk@111 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-11-28 18:32:38 +00:00
parent 7d624a9fd4
commit 93e5e4b3bf

View File

@ -114,6 +114,8 @@ class SettingsWindow(QtGui.QDialog):
def clearCache( self ):
ImageFetcher().clearCache()
ComicVineCacher( ).clearCache()
QtGui.QMessageBox.information(self, "Settings", "Cache has been cleared.")
def resetSettings( self ):
self.settings.reset()