Skip to content

Commit 1b681ba

Browse files
committed
Added a description of the application to the about dialog
1 parent a3d33e6 commit 1b681ba

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/AboutDialog.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,33 @@ class AboutDialog extends React.Component {
5050
Version {packageJSON.version}
5151
</DialogContentText>
5252
<br/>
53+
<DialogContentText>
54+
The Graphviz Visual Editor is a web application for
55+
interactive visual editing of
56+
{' '}
57+
<a
58+
href="http://www.graphviz.org"
59+
target="_blank"
60+
rel="noreferrer noopener"
61+
>
62+
Graphviz
63+
</a>
64+
{' '}
65+
graphs described in the
66+
{' '}
67+
<a
68+
href="https://www.graphviz.org/doc/info/lang.html"
69+
target="_blank"
70+
rel="noreferrer noopener"
71+
>
72+
DOT
73+
</a>
74+
{' '}
75+
language.
76+
It is <u>not</u> a general drawing application.
77+
It can only generate graphs that are possible to describe with DOT.
78+
</DialogContentText>
79+
<br/>
5380
<DialogContentText>
5481
The Graphviz Visual Editor is an
5582
{' '}

0 commit comments

Comments
 (0)