From c45da4bfb3b3158c7a560319b04c33231255c63d Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sat, 29 Nov 2014 02:30:06 -0600 Subject: Update version, about, and hint text. --- quacker/quacker.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'quacker/quacker.cpp') diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp index 476634c..098ff84 100644 --- a/quacker/quacker.cpp +++ b/quacker/quacker.cpp @@ -2120,15 +2120,15 @@ void TopLevel::firstTimeRun() void TopLevel::about() { - QMessageBox::about(this, tr("About Quackle 0.97"), dialogText(tr( -"

Quackle 0.97 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at http://quackle.org for more information.

" + QMessageBox::about(this, tr("About Quackle 0.98"), dialogText(tr( +"

Quackle 0.98 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at http://quackle.org for more information.

" "

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.

" -"

Copyright 2005-2012 by

" +"

Copyright 2005-2014 by

" "" -"

Quackle is free, open-source software licensed under the terms of the GNU General Public License Version 2. See

" +"

Quackle is free, open-source software licensed under the terms of the GNU General Public License Version 3. See

" "

http://quackle.org/LICENSE

" ))); } @@ -2137,10 +2137,11 @@ void TopLevel::hints() { QMessageBox::information(this, tr("Helpful Hints - Quackle"), dialogText(tr( "" "

Have fun using Quackle. We'd love your help developing it, especially if you can code, but we like suggestions too! Please join the Quackle Yahoo! group at

" "

http://games.groups.yahoo.com/group/quackle/

" -- cgit v1.2.3