diff options
author | John Fultz <jfultz@wolfram.com> | 2015-08-18 10:35:05 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-08-18 10:35:05 -0500 |
commit | 0c941df84d544e2e676d9a8acfbe345f8156e161 (patch) | |
tree | 2f943800e3fab8037b1aa9f336598450cc4e5b29 /quacker/quacker.cpp | |
parent | f814628b3aabef20db3320a5e58217f758fa2760 (diff) |
Cleanups and bump the version number.
Diffstat (limited to 'quacker/quacker.cpp')
-rw-r--r-- | quacker/quacker.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp index 098ff84..a1f7064 100644 --- a/quacker/quacker.cpp +++ b/quacker/quacker.cpp @@ -2120,10 +2120,10 @@ void TopLevel::firstTimeRun() void TopLevel::about() { - QMessageBox::about(this, tr("About Quackle 0.98"), dialogText(tr( -"<p><b>Quackle</b> 0.98 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at <tt><a href=\"http://quackle.org\">http://quackle.org</a></tt> for more information.</p>" + QMessageBox::about(this, tr("About Quackle 1.0"), dialogText(tr( +"<p><b>Quackle</b> 1.0 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at <tt><a href=\"http://quackle.org\">http://quackle.org</a></tt> for more information.</p>" "<p>Quackle was written by Jason Katz-Brown, John O'Laughlin, John Fultz, Matt Liberty, and Anand Buddhdev. We thank the anonymous donor who made this software free.</p>" -"<p>Copyright 2005-2014 by</p>" +"<p>Copyright 2005-2015 by</p>" "<ul>" "<li>Jason Katz-Brown <jasonkatzbrown@gmail.com></li>" "<li>John O'Laughlin <olaughlin@gmail.com></li>" |