Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralekseisasin <a.sasin@ultimaker.com>2017-09-13 14:58:08 +0300
committeralekseisasin <a.sasin@ultimaker.com>2017-09-13 14:58:08 +0300
commit204019702dc429a9f63b27a724c19d4f03cbfd52 (patch)
treebf7150ee166b71f3cdda5b97f9c224cb306b22b5 /plugins/CuraEngineBackend/ProcessSlicedLayersJob.py
parent1fdf1036783b46536328371e1c825a192ee6a392 (diff)
Added Title for messages
CURA-4203
Diffstat (limited to 'plugins/CuraEngineBackend/ProcessSlicedLayersJob.py')
-rw-r--r--plugins/CuraEngineBackend/ProcessSlicedLayersJob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py b/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py
index 1fe537622f..1fbe50873e 100644
--- a/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py
+++ b/plugins/CuraEngineBackend/ProcessSlicedLayersJob.py
@@ -235,7 +235,7 @@ class ProcessSlicedLayersJob(Job):
if self.isRunning():
if Application.getInstance().getController().getActiveView().getPluginId() == "LayerView":
if not self._progress:
- self._progress = Message(catalog.i18nc("@info:status", "Processing Layers"), 0, False, 0)
+ self._progress = Message(catalog.i18nc("@info:status", "Processing Layers"), 0, False, 0, catalog.i18nc("@info:title", "Information"))
if self._progress.getProgress() != 100:
self._progress.show()
else: