trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2014

Re: [trinity-devel] R: [trinity-devel] New default help handbook page for non-existent help files

From: Michele Calgaro <michele.calgaro@...>
Date: Wed, 22 Jan 2014 06:06:43 +0000 (GMT)
Darrell,
if the localized "help not found" page is not available, we can add code to link to the default english version here:

            else
            {

--> Add code here to redirect to default English version instead of just displaying the awkward message.

                unicodeError( i18n("There is no documentation available for %1." ).arg(path) );
                finished();
                return TQString::null;
            }
 

 Michele