Skip to content

Commit 728f2ea

Browse files
committed
[ui] "About" dialog: Update GitHub links to Meshroom's repo
1 parent 170c683 commit 728f2ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meshroom/ui/qml/AboutDialog.qml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ Dialog {
8989
icon.color: palette.text
9090
ToolTip.text: "Meshroom on Github"
9191
ToolTip.visible: hovered
92-
onClicked: Qt.openUrlExternally("https://github.com/alicevision/meshroom")
92+
onClicked: Qt.openUrlExternally("https://github.com/alicevision/Meshroom")
9393
}
9494
MaterialToolButton {
9595
text: MaterialIcons.bug_report
9696
font.pointSize: 21
9797
ToolTip.text: "Report a Bug (GitHub account required)"
98-
property string body: "**Configuration**\n" + config.text
99-
onClicked: Qt.openUrlExternally("https://github.com/alicevision/meshroom/issues/new?body="+body)
98+
property string body: "**Configuration**\n\n" + config.text
99+
onClicked: Qt.openUrlExternally("https://github.com/alicevision/Meshroom/issues/new?body="+body)
100100
}
101101
MaterialToolButton {
102102
text: MaterialIcons.forum

0 commit comments

Comments
 (0)