From 8b6b3e9e5f2a1d6dd40c73c7c3985b440a44a63c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 5 Mar 2010 10:38:36 +0000 Subject: [PATCH] Remove incorrect documentation from splash page. --- techtalk-pse.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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@"); -- 1.8.3.1