diff -r 703452a2876f -r bf0215fe12d1 Helpviewer/OpenSearch/OpenSearchEngine.py --- a/Helpviewer/OpenSearch/OpenSearchEngine.py Sat Sep 28 19:06:25 2013 +0200 +++ b/Helpviewer/OpenSearch/OpenSearchEngine.py Sat Sep 28 20:07:36 2013 +0200 @@ -285,7 +285,7 @@ """ Public method to set the engine image URL. - @param description image URL of the engine (string) + @param imageUrl image URL of the engine (string) """ self._imageUrl = imageUrl @@ -293,7 +293,7 @@ """ Public method to set the engine image URL. - @param description image URL of the engine (string) + @param imageUrl image URL of the engine (string) """ self.setImageUrl(imageUrl) self.__iconMoved = False