]> git.sesse.net Git - vlc/commit
Qt4: do not create pref tooltip if there is no text
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 29 Aug 2010 15:14:36 +0000 (18:14 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 29 Aug 2010 15:14:36 +0000 (18:14 +0300)
commitd45fa422b40406ae66512d14d3d44517708f13fb
tree8c4ddd16c459707934e4ac09ac484b3eb2e77823
parent61bbf16ff435135692ad9ada074b590c3fb47be6
Qt4: do not create pref tooltip if there is no text

By the way, it seems like we should always use NULL rather than "" for
longtext. Not only this avoids the recurrent gettext("") translation
problem, but an empty tool tip makes no sense. There should be no tool
tip at all if there is no text.
modules/gui/qt4/components/preferences_widgets.cpp