/[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 2625 by schoenebeck, Wed Jun 11 21:22:24 2014 UTC revision 2627 by schoenebeck, Thu Jun 12 16:12:55 2014 UTC
# Line 53  Line 53 
53    
54    
55  MainWindow::MainWindow() :  MainWindow::MainWindow() :
56        m_DimRegionChooser(*this),
57      dimreg_label(_("Changes apply to:")),      dimreg_label(_("Changes apply to:")),
58      dimreg_all_regions(_("all regions")),      dimreg_all_regions(_("all regions")),
59      dimreg_all_dimregs(_("all dimension splits")),      dimreg_all_dimregs(_("all dimension splits")),
# Line 665  void MainWindow::dimreg_all_dimregs_togg Line 666  void MainWindow::dimreg_all_dimregs_togg
666  void MainWindow::dimreg_changed()  void MainWindow::dimreg_changed()
667  {  {
668      update_dimregs();      update_dimregs();
669      dimreg_edit.set_dim_region(m_DimRegionChooser.get_dimregion());      dimreg_edit.set_dim_region(m_DimRegionChooser.get_main_dimregion());
670  }  }
671    
672  void MainWindow::on_sel_change()  void MainWindow::on_sel_change()
# Line 1176  void MainWindow::on_action_help_about() Line 1177  void MainWindow::on_action_help_about()
1177          _(          _(
1178              "Gigedit is released under the GNU General Public License.\n"              "Gigedit is released under the GNU General Public License.\n"
1179              "\n"              "\n"
1180              "Please notice that this is still a very young instrument editor. "              "This program is distributed WITHOUT ANY WARRANTY; So better "
1181              "So better backup your Gigasampler files before editing them with "              "backup your Gigasampler/GigaStudio files before editing them with "
1182              "this application.\n"              "this application.\n"
1183              "\n"              "\n"
1184              "Please report bugs to: http://bugs.linuxsampler.org"              "Please report bugs to: http://bugs.linuxsampler.org"

Legend:
Removed from v.2625  
changed lines
  Added in v.2627

  ViewVC Help
Powered by ViewVC