From 2ee745e1f92d4955f574fc6bf60c5d82649e264c Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Sat, 25 Jun 2016 09:40:22 +0200 Subject: [PATCH] Remove hack i18nCatalog was being abused to do text replacement on HTML --- cura/CuraApplication.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 7aced51a6c..9d068d1214 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -329,11 +329,6 @@ class CuraApplication(QtApplication): parser.add_argument("--debug", dest="debug-mode", action="store_true", default=False, help="Enable detailed crash reports.") def run(self): - i18nCatalog.setTagReplacements({ - "filename": "font color=\"black\"", - "message": "font color=UM.Theme.colors.message_text;", - }) - self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Setting up scene...")) controller = self.getController()