--- a/UI/FindFileDialog.py Sat Jan 11 12:11:39 2014 +0100 +++ b/UI/FindFileDialog.py Sat Jan 11 12:55:28 2014 +0100 @@ -102,11 +102,7 @@ self.__section0Size = self.findList.header().sectionSize(0) self.findList.setExpandsOnDoubleClick(False) if self.__replaceMode: - font = self.findList.font() - if Utilities.isWindowsPlatform(): - font.setFamily("Lucida Console") - else: - font.setFamily("Monospace") + font = Preferences.getEditorOtherFonts("MonospacedFont") self.findList.setFont(font) # Qt Designer form files