Added tool tip to Add tab button...

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@234 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi
2010-02-27 13:09:57 +00:00
parent bf0181bd00
commit b3a723711e
+1
View File
@@ -1010,6 +1010,7 @@ public:
NewTabButton(BMessage* message)
: TabButton(message)
{
SetToolTip("New tab (Cmd-T)");
}
virtual BSize MinSize()