From 5773adb42c257e269dfb083bba8c797c6a3db40a Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 8 Nov 2015 21:16:44 -0600 Subject: Fix #8, last choice in theme and alphabet combox didn't work. I had reserved the last spot for "Add new theme/alphabet", but then abandoned that feature for v1. But forgot to rip out the code handling it. Bump version number to 1.0.1. --- quacker/quacker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quacker/quacker.cpp') diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp index e42ebc0..6b5becb 100644 --- a/quacker/quacker.cpp +++ b/quacker/quacker.cpp @@ -2118,7 +2118,7 @@ void TopLevel::firstTimeRun() void TopLevel::about() { QString aboutText = tr( -"

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

" +"

Quackle 1.0.1 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-2015 by

" ""; } - QMessageBox::about(this, tr("About Quackle 1.0"), dialogText(aboutText)); + QMessageBox::about(this, tr("About Quackle 1.0.1"), dialogText(aboutText)); } void TopLevel::hints() -- cgit v1.2.3