diff -r a910b5ae47c9 -r 03c5936c79e5 Documentation/Source/eric6.Preferences.__init__.html --- a/Documentation/Source/eric6.Preferences.__init__.html Wed Feb 03 19:44:28 2016 +0100 +++ b/Documentation/Source/eric6.Preferences.__init__.html Thu Feb 04 18:40:04 2016 +0100 @@ -139,12 +139,12 @@ <td><a href="#getQt4DocDir">getQt4DocDir</a></td> <td>Module function to retrieve the Qt4DocDir setting.</td> </tr><tr> -<td><a href="#getQt4TranslationsDir">getQt4TranslationsDir</a></td> -<td>Module function to retrieve the Qt4TranslationsDir setting.</td> -</tr><tr> <td><a href="#getQt5DocDir">getQt5DocDir</a></td> <td>Module function to retrieve the Qt5DocDir setting.</td> </tr><tr> +<td><a href="#getQtTranslationsDir">getQtTranslationsDir</a></td> +<td>Module function to retrieve the Qt4TranslationsDir setting (Name kept for backward compatibility).</td> +</tr><tr> <td><a href="#getShell">getShell</a></td> <td>Module function to retrieve the various shell settings.</td> </tr><tr> @@ -1020,24 +1020,6 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> -<a NAME="getQt4TranslationsDir" ID="getQt4TranslationsDir"></a> -<h2>getQt4TranslationsDir</h2> -<b>getQt4TranslationsDir</b>(<i>prefClass=Prefs</i>) -<p> - Module function to retrieve the Qt4TranslationsDir setting. -</p><dl> -<dt><i>prefClass</i></dt> -<dd> -preferences class used as the storage area -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -the requested Qt4TranslationsDir setting (string) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> <a NAME="getQt5DocDir" ID="getQt5DocDir"></a> <h2>getQt5DocDir</h2> <b>getQt5DocDir</b>(<i>prefClass=Prefs</i>) @@ -1056,6 +1038,25 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="getQtTranslationsDir" ID="getQtTranslationsDir"></a> +<h2>getQtTranslationsDir</h2> +<b>getQtTranslationsDir</b>(<i>prefClass=Prefs</i>) +<p> + Module function to retrieve the Qt4TranslationsDir setting (Name kept for + backward compatibility). +</p><dl> +<dt><i>prefClass</i></dt> +<dd> +preferences class used as the storage area +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +the requested Qt4TranslationsDir setting (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="getShell" ID="getShell"></a> <h2>getShell</h2> <b>getShell</b>(<i>key, prefClass=Prefs</i>)