diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-27 22:08:19 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-28 22:22:34 +0200 |
commit | 4e5cb2436565f1e9a4c98a5f74e91caafc33cde7 (patch) | |
tree | c7e50f25bdad29d4841e5749d49855fd0c330a53 /src/IO | |
parent | 9cd0a27e55c4762a8af3a0919ad35f2327a2bb88 (diff) |
Add Dillo version to about:splash page
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/about.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index 2df93291..83cb2b4d 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -39,9 +39,9 @@ const char *const AboutSplash= "\n" "<h1>Quickstart</h1>\n" "\n" -"<p>Welcome to Dillo, a small and fast graphical web browser. To access the help\n" -"click the question mark button <code>?</code> in the top right corner at any\n" -"time. Here are some tips to get you started:</p>\n" +"<p>Welcome to Dillo " VERSION ", a small and fast graphical web browser. To\n" +"access the help click the question mark button <code>?</code> in the top\n" +"right corner at any time. Here are some tips to get you started:</p>\n" "\n" "<ul>\n" " <li>The main configuration file is at <code>~/.dillo/dillorc</code>.</li>\n" |