]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
* backport of [11397] and [11396]
[vlc] / 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")];