/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3108 by schoenebeck, Sun Feb 12 13:13:06 2017 UTC revision 3109 by schoenebeck, Sun Feb 12 16:35:03 2017 UTC
# Line 65  MainWindow::MainWindow() : Line 65  MainWindow::MainWindow() :
65      dimreg_all_regions(_("all regions")),      dimreg_all_regions(_("all regions")),
66      dimreg_all_dimregs(_("all dimension splits")),      dimreg_all_dimregs(_("all dimension splits")),
67      dimreg_stereo(_("both channels")),      dimreg_stereo(_("both channels")),
68        labelLegend(_("Legend:")),
69      labelNoSample(_(" No Sample")),      labelNoSample(_(" No Sample")),
70      labelMissingSample(_(" Missing some Sample(s)")),      labelMissingSample(_(" Missing some Sample(s)")),
71      labelLooped(_(" Looped")),      labelLooped(_(" Looped")),
# Line 109  MainWindow::MainWindow() : Line 110  MainWindow::MainWindow() :
110      dimreg_vbox.add(dimreg_edit);      dimreg_vbox.add(dimreg_edit);
111      dimreg_vbox.pack_start(dimreg_hbox, Gtk::PACK_SHRINK);      dimreg_vbox.pack_start(dimreg_hbox, Gtk::PACK_SHRINK);
112      {      {
113            legend_hbox.add(labelLegend);
114    
115          imageNoSample.set(redDot);          imageNoSample.set(redDot);
116          imageNoSample.set_alignment(Gtk::ALIGN_END);          imageNoSample.set_alignment(Gtk::ALIGN_END);
117          labelNoSample.set_alignment(Gtk::ALIGN_START);          labelNoSample.set_alignment(Gtk::ALIGN_START);

Legend:
Removed from v.3108  
changed lines
  Added in v.3109

  ViewVC Help
Powered by ViewVC