git.annexia.org
/
techtalk-pse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd8fff
)
Remove incorrect documentation from splash page.
author
Richard Jones
<rjones@redhat.com>
Fri, 5 Mar 2010 10:38:36 +0000
(10:38 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 5 Mar 2010 10:38:36 +0000
(10:38 +0000)
techtalk-pse.pl
patch
|
blob
|
history
diff --git
a/techtalk-pse.pl
b/techtalk-pse.pl
index
ae8a9c9
..
e050120
100755
(executable)
--- 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@");