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

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

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

revision 2845 by persson, Sun Sep 20 10:18:22 2015 UTC revision 2894 by schoenebeck, Sat Apr 30 14:42:14 2016 UTC
# Line 13  Glib::ustring gig_to_utf8(const gig::Str Line 13  Glib::ustring gig_to_utf8(const gig::Str
13  Glib::ustring note_str(int note);  Glib::ustring note_str(int note);
14    
15  ReferencesView::ReferencesView(Gtk::Window& parent) :  ReferencesView::ReferencesView(Gtk::Window& parent) :
16      Gtk::Dialog("", parent, true), m_sample(NULL),      ManagedDialog("", parent, true), m_sample(NULL),
17      m_closeButton(_("_Close"), true), m_descriptionLabel()      m_closeButton(_("_Close"), true), m_descriptionLabel()
18  {  {
19      set_title("Nothing selected");      set_title("Nothing selected");

Legend:
Removed from v.2845  
changed lines
  Added in v.2894

  ViewVC Help
Powered by ViewVC