X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Ftoolbars%2Fmainbar.cpp;h=05952e0f94d87c897dd461b2e034dc62b8bbda12;hp=2c64867f89ca3f4d566814ec7be90262bf2bea05;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=f4ce3e772e3dad5b59f1ab27a6a3c01fdbfb8e1d diff --git a/pv/toolbars/mainbar.cpp b/pv/toolbars/mainbar.cpp index 2c64867..05952e0 100644 --- a/pv/toolbars/mainbar.cpp +++ b/pv/toolbars/mainbar.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -214,9 +213,11 @@ MainBar::MainBar(Session &session, QWidget *parent, set_capture_state(pv::Session::Stopped); + configure_button_.setToolTip(tr("Configure Device")); configure_button_.setIcon(QIcon::fromTheme("configure", QIcon(":/icons/configure.png"))); + channels_button_.setToolTip(tr("Configure Channels")); channels_button_.setIcon(QIcon::fromTheme("channels", QIcon(":/icons/channels.svg")));