tooltips for export analysis -- russian-fraction lost challenge :)
authorRobin Gareus <robin@gareus.org>
Sun, 22 May 2016 01:31:27 +0000 (03:31 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 22 May 2016 17:33:00 +0000 (19:33 +0200)
gtk2_ardour/export_report.cc

index 52262c16eb24dae95fa9eb168e78870eb18423cd..5d3e664d45c5d482a22d5912a0d053c0838e9a7f 100644 (file)
@@ -602,6 +602,9 @@ ExportReport::init (const AnalysisResults & ar, bool with_file)
                        VBox *lrb = manage (new VBox());
                        ToggleButton *log = manage (new ToggleButton (S_("Logscale|Lg")));
                        ToggleButton *rec = manage (new ToggleButton (S_("Rectified|Rf")));
+                       Gtkmm2ext::UI::instance()->set_tip (log, _("Logscale"));
+                       Gtkmm2ext::UI::instance()->set_tip (rec, _("Rectified"));
+
                        lrb->pack_start (*log, false, false, 5);
                        lrb->pack_end (*rec, false, false, 5);
                        log->signal_toggled ().connect (sigc::bind (sigc::mem_fun (*this, &ExportReport::on_logscale_toggled), log));