summaryrefslogtreecommitdiff
path: root/src/browser/UserManual.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/browser/UserManual.py')
-rw-r--r--src/browser/UserManual.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/browser/UserManual.py b/src/browser/UserManual.py
index 3bcfbace..6f09190b 100644
--- a/src/browser/UserManual.py
+++ b/src/browser/UserManual.py
@@ -4,7 +4,8 @@ import webbrowser
class UserManual(QtGui.QWidget):
"""
- This class creates Welcome page of eSim.
+ This class opens User-Manual page in new tab of web browser
+ when help button is clicked.
"""
def __init__(self):