From: Richard Jones Date: Fri, 5 Mar 2010 10:38:36 +0000 (+0000) Subject: Remove incorrect documentation from splash page. X-Git-Tag: 1.0.0~14 X-Git-Url: http://git.annexia.org/?p=techtalk-pse.git;a=commitdiff_plain;h=8b6b3e9e5f2a1d6dd40c73c7c3985b440a44a63c Remove incorrect documentation from splash page. --- diff --git a/techtalk-pse.pl b/techtalk-pse.pl index ae8a9c9..e050120 100755 --- a/techtalk-pse.pl +++ b/techtalk-pse.pl @@ -242,11 +242,7 @@ if ($splash) { my $w = Gtk2::AboutDialog->new; $w->set_authors ("Richard W.M. Jones"); $w->set_comments ( - "Superior technical demonstration software\n". - "\n". - "Keys\n". - "↑ — Go back one slide\n". - "↓ — Go forward one slide\n" + "Superior technical demonstration software\n" ); $w->set_program_name ("Tech Talk Platinum Supreme Edition (PSE)"); $w->set_version ("@VERSION@");