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:
authorJaime van Kessel <nallath@gmail.com>2020-09-07 11:47:52 +0300
committerJaime van Kessel <nallath@gmail.com>2020-09-07 11:47:52 +0300
commit49c401590b55a23d418706d8b91ce2ed93ecb294 (patch)
treec9ee8e50843d2100b47ea022c226c73e54286c11 /cura/CuraActions.py
parent349f3b7e112913b0d3578a730c5402675f50496e (diff)
Update bugreport link
Diffstat (limited to 'cura/CuraActions.py')
-rw-r--r--cura/CuraActions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/CuraActions.py b/cura/CuraActions.py
index 4f3e842379..d6e5add912 100644
--- a/cura/CuraActions.py
+++ b/cura/CuraActions.py
@@ -40,7 +40,7 @@ class CuraActions(QObject):
@pyqtSlot()
def openBugReportPage(self) -> None:
- event = CallFunctionEvent(self._openUrl, [QUrl("https://github.com/Ultimaker/Cura/issues")], {})
+ event = CallFunctionEvent(self._openUrl, [QUrl("https://github.com/Ultimaker/Cura/issues/new/choose")], {})
cura.CuraApplication.CuraApplication.getInstance().functionEvent(event)
@pyqtSlot()