--- a/UI/FindFileDialog.py Tue Jan 07 18:08:40 2014 +0100 +++ b/UI/FindFileDialog.py Wed Jan 08 19:07:23 2014 +0100 @@ -21,7 +21,7 @@ import Utilities import Preferences - +import UI.PixmapCache class FindFileDialog(QDialog, Ui_FindFileDialog): """ @@ -56,6 +56,8 @@ self.setupUi(self) self.setWindowFlags(Qt.WindowFlags(Qt.Window)) + self.dirSelectButton.setIcon(UI.PixmapCache.getIcon("open.png")) + self.__replaceMode = replaceMode self.stopButton = \