--- a/Documentation/Source/eric6.Preferences.__init__.html Sun Mar 06 13:42:29 2016 +0100 +++ b/Documentation/Source/eric6.Preferences.__init__.html Sun Mar 06 14:09:37 2016 +0100 @@ -143,7 +143,7 @@ <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> +<td>Module function to retrieve the Qt4TranslationsDir or Qt5TranslationsDir setting depending on the current Qt version.</td> </tr><tr> <td><a href="#getShell">getShell</a></td> <td>Module function to retrieve the various shell settings.</td> @@ -1042,8 +1042,8 @@ <h2>getQtTranslationsDir</h2> <b>getQtTranslationsDir</b>(<i>prefClass=Prefs</i>) <p> - Module function to retrieve the Qt4TranslationsDir setting (Name kept for - backward compatibility). + Module function to retrieve the Qt4TranslationsDir or Qt5TranslationsDir + setting depending on the current Qt version. </p><dl> <dt><i>prefClass</i></dt> <dd> @@ -1052,7 +1052,7 @@ </dl><dl> <dt>Returns:</dt> <dd> -the requested Qt4TranslationsDir setting (string) +the requested setting (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>