--- a/PluginPrintRemover.py Wed Dec 18 08:52:09 2013 +0100 +++ b/PluginPrintRemover.py Wed Dec 18 09:26:02 2013 +0100 @@ -63,12 +63,11 @@ @return dictionary containing the relevant data """ if e5App().getObject("UserInterface").versionIsNewer('5.2.99', '20121012'): - # TODO: add a sensible icon return { "printRemoverPage": [ QCoreApplication.translate("PrintRemoverPlugin", "Print Remover"), - os.path.join("PrintRemover", "icons", "clock.png"), + os.path.join("PrintRemover", "icons", "printRemover.png"), createPrintRemoverPage, None, None], } else: