[Command Bar] Added a tooltip for the help label 59/11059/1
authorkh5325.kim <kh5325.kim@samsung.com>
Thu, 17 Oct 2013 06:54:45 +0000 (15:54 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Thu, 17 Oct 2013 06:54:45 +0000 (15:54 +0900)
Change-Id: I131f174eb06df389e5ad4c596bdf4a9b47d5a43e
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
org.tizen.common.ui/src/org/tizen/common/ui/commandbar/StatusBar.java

index 5f669b4..a23bb1e 100644 (file)
@@ -123,6 +123,7 @@ public class StatusBar extends AbstractWorkbenchTrimWidget implements SubmitList
         Label helpIcon = new Label(fComposite, SWT.NONE);\r
         helpIcon.setImage(PlatformUI.getWorkbench().getSharedImages().getImage("IMG_LCL_LINKTO_HELP"));\r
         helpIcon.setCursor(new Cursor(helpIcon.getDisplay(), SWT.CURSOR_HAND));\r
+        helpIcon.setToolTipText("Show command bar help");\r
         helpIcon.addListener(SWT.MouseDown, new Listener() {\r
             @Override\r
             public void handleEvent(Event event) {\r