Removed egotistical self-reference from About Jskad text.
This commit is contained in:
parent
1aad72f81b
commit
d14aa87fda
1 changed files with 5 additions and 10 deletions
|
@ -331,22 +331,17 @@ public class Jskad extends JPanel implements DocumentListener {
|
||||||
aboutItem.addActionListener(new ThdlActionListener() {
|
aboutItem.addActionListener(new ThdlActionListener() {
|
||||||
public void theRealActionPerformed(ActionEvent e) {
|
public void theRealActionPerformed(ActionEvent e) {
|
||||||
JOptionPane.showMessageDialog(Jskad.this,
|
JOptionPane.showMessageDialog(Jskad.this,
|
||||||
"Copyright 2001-2002 Tibetan and Himalayan Digital Library\n"+
|
"Copyright 2001-2002 Tibetan and Himalayan Digital Library\n\n"+
|
||||||
"Programmed by Edward Garrett\n\n"+
|
"Jskad is protected by the THDL Open Community License.\n\n"+ /* FIXME HARD-CODED VERSION NUMBER */
|
||||||
"This software is protected by the terms of the\n"+
|
|
||||||
"THDL Open Community License, Version 1.0.\n"+ /* FIXME HARD-CODED VERSION NUMBER */
|
|
||||||
"It uses Tibetan Computer Company (http://www.tibet.dk/tcc/)\n"+
|
|
||||||
"fonts created by Tony Duff and made available by the\n"+
|
|
||||||
"Trace Foundation (http://trace.org/).\n\n"+
|
|
||||||
"For more information, or to download the source code\n"+
|
"For more information, or to download the source code\n"+
|
||||||
"for Jskad, see our web site:\n"+
|
"for Jskad, visit our web site:\n"+
|
||||||
" http://www.thdl.org/\n" +
|
" http://www.thdl.org/\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"When submitting bug reports, please indicate that the\n" +
|
"When submitting bug reports, please indicate that the\n" +
|
||||||
"time of compilation is "
|
"time of compilation is "
|
||||||
+ ThdlVersion.getTimeOfCompilation() + "\n",
|
+ ThdlVersion.getTimeOfCompilation() + "\n",
|
||||||
"About Jskad 1.0", /* FIXME HARD-CODED VERSION NUMBER */
|
"About Jskad", JOptionPane.PLAIN_MESSAGE);
|
||||||
JOptionPane.PLAIN_MESSAGE);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue