From: vsr Date: Thu, 13 Dec 2012 08:48:01 +0000 (+0000) Subject: Merge from V6_main 13/12/2012 X-Git-Tag: V7_1_0_pre X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV7_siman;p=samples%2Fpylight.git Merge from V6_main 13/12/2012 --- diff --git a/src/PYLIGHTGUI/PYLIGHTGUI.py b/src/PYLIGHTGUI/PYLIGHTGUI.py index b96f789..f640578 100644 --- a/src/PYLIGHTGUI/PYLIGHTGUI.py +++ b/src/PYLIGHTGUI/PYLIGHTGUI.py @@ -57,6 +57,8 @@ class GUIcontext: sgPyQt.createAction(dict_actions["editLine"], "Edit Line", "Edit selected line") # Remove selected line action sgPyQt.createAction(dict_actions["removeLine"], "Remove Lines", "Remove selected lines") + # Clear paragraph + sgPyQt.createAction(dict_actions["clearParagraph"], "Clear Paragraph", "Clear selected paragraph") # Clear all paragraphs sgPyQt.createAction(dict_actions["clearAll"], "Clear All", "Clear all paragraphs") # Display line