Remove hack

i18nCatalog was being abused to do text replacement on HTML
This commit is contained in:
fieldOfView 2016-06-25 09:40:22 +02:00
parent d0f100c03c
commit 629feec3d3

View file

@ -325,11 +325,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()