/[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 3157 by schoenebeck, Sat Apr 30 14:42:14 2016 UTC revision 3158 by schoenebeck, Mon May 8 18:05:35 2017 UTC
# Line 14  Glib::ustring note_str(int note); Line 14  Glib::ustring note_str(int note);
14    
15  ReferencesView::ReferencesView(Gtk::Window& parent) :  ReferencesView::ReferencesView(Gtk::Window& parent) :
16      ManagedDialog("", parent, true), m_sample(NULL),      ManagedDialog("", parent, true), m_sample(NULL),
17      m_closeButton(_("_Close"), true), m_descriptionLabel()      m_closeButton(Gtk::Stock::CLOSE), m_descriptionLabel()
18  {  {
19      set_title("Nothing selected");      set_title("Nothing selected");
20    

Legend:
Removed from v.3157  
changed lines
  Added in v.3158

  ViewVC Help
Powered by ViewVC