diff -r 703452a2876f -r bf0215fe12d1 Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py --- a/Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py Sat Sep 28 19:06:25 2013 +0200 +++ b/Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py Sat Sep 28 20:07:36 2013 +0200 @@ -21,9 +21,11 @@ """ Module function to get information for the given source id. + @param id id of the browser ("chrome" or "chromium") @return tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string), a prompt (string) and the default directory of the bookmarks file (string) + @exception ValueError raised to indicate an invalid browser ID """ if id == "opera": if Globals.isWindowsPlatform():