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

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

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

revision 2552 by schoenebeck, Wed May 14 16:09:58 2014 UTC revision 2553 by schoenebeck, Wed May 14 19:57:56 2014 UTC
# Line 858  void CombineInstrumentsDialog::combineSe Line 858  void CombineInstrumentsDialog::combineSe
858          Gtk::MessageDialog msg(*this, e.Message, false, Gtk::MESSAGE_ERROR);          Gtk::MessageDialog msg(*this, e.Message, false, Gtk::MESSAGE_ERROR);
859          msg.run();          msg.run();
860          return;          return;
861        } catch (...) {
862            Glib::ustring txt = _("An unknown exception occurred!");
863            Gtk::MessageDialog msg(*this, txt, false, Gtk::MESSAGE_ERROR);
864            msg.run();
865            return;
866      }      }
867    
868      if (!g_warnings.empty()) {      if (!g_warnings.empty()) {

Legend:
Removed from v.2552  
changed lines
  Added in v.2553

  ViewVC Help
Powered by ViewVC