Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
BZ-1195300: provide tooltip for splash help icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaat committed Mar 13, 2015
1 parent 17bf84b commit ceec2a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Expand Up @@ -6,6 +6,7 @@

import org.uberfire.client.mvp.PlaceManager;
import org.uberfire.client.mvp.SplashScreenActivity;
import org.uberfire.client.resources.i18n.WorkbenchConstants;
import org.uberfire.client.workbench.events.NewSplashScreenActiveEvent;

import com.github.gwtbootstrap.client.ui.Dropdown;
Expand Down Expand Up @@ -36,6 +37,7 @@ public MenuSplashList() {
dropdown.getTriggerWidget().setCaret( false );
dropdown.setRightDropdown( true );
dropdown.setIcon( IconType.QUESTION_SIGN );
dropdown.setTitle( WorkbenchConstants.INSTANCE.showSplashHelp() );
dropdown.ensureDebugId( "MenuSplashList-dropdown" );
initWidget( dropdown );
}
Expand Down
Expand Up @@ -40,4 +40,5 @@ public interface WorkbenchConstants

String collapseToolbar();

String showSplashHelp();
}
Expand Up @@ -4,4 +4,4 @@ closePanel=Close this panel
selectView=Select view
expandToolbar=Expand Toolbar
collapseToolbar=Collapse Toolbar

showSplashHelp=Show help

0 comments on commit ceec2a6

Please sign in to comment.