]> git.sesse.net Git - vlc/commitdiff
Add a tooltip to the "search in playlist" input field
authorBenjamin Pracht <bigben@videolan.org>
Fri, 10 Jun 2005 19:30:31 +0000 (19:30 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Fri, 10 Jun 2005 19:30:31 +0000 (19:30 +0000)
modules/gui/macosx/playlist.m

index aa5d2159e56a57b4098c388c41db3c3490c1e400..851a0601ff012c35307a0d7bb65436c1fc43d9e4 100644 (file)
@@ -243,6 +243,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
 #if 0
     [o_search_button setTitle: _NS("Search")];
 #endif
+    [o_search_field setToolTip: _NS("Search in Playlist")];
     [[o_loop_popup itemAtIndex:0] setTitle: _NS("Standard Play")];
     [[o_loop_popup itemAtIndex:1] setTitle: _NS("Repeat One")];
     [[o_loop_popup itemAtIndex:2] setTitle: _NS("Repeat All")];