diff --git a/dnfdragora/ui.py b/dnfdragora/ui.py index e7b33563..bbf6d696 100644 --- a/dnfdragora/ui.py +++ b/dnfdragora/ui.py @@ -554,7 +554,7 @@ def _setupUI(self) : self.use_regexp.setNotify(True) icon_file = self.images_path + "find.png" - self.find_button = self.factory.createIconButton(hbox_top, icon_file, _("&Search")) + self.find_button = self.factory.createIconButton(hbox_top, 'system-search', _("&Search")) self.find_button.setWeight(0,6) self.find_button.setDefaultButton(True)