--- gigedit/trunk/src/gigedit/mainwindow.cpp 2017/02/12 13:13:06 3108 +++ gigedit/trunk/src/gigedit/mainwindow.cpp 2017/02/12 16:35:03 3109 @@ -65,6 +65,7 @@ dimreg_all_regions(_("all regions")), dimreg_all_dimregs(_("all dimension splits")), dimreg_stereo(_("both channels")), + labelLegend(_("Legend:")), labelNoSample(_(" No Sample")), labelMissingSample(_(" Missing some Sample(s)")), labelLooped(_(" Looped")), @@ -109,6 +110,8 @@ dimreg_vbox.add(dimreg_edit); dimreg_vbox.pack_start(dimreg_hbox, Gtk::PACK_SHRINK); { + legend_hbox.add(labelLegend); + imageNoSample.set(redDot); imageNoSample.set_alignment(Gtk::ALIGN_END); labelNoSample.set_alignment(Gtk::ALIGN_START);