/[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 3407 by schoenebeck, Tue Nov 14 18:07:25 2017 UTC revision 3408 by schoenebeck, Fri Jan 19 19:17:41 2018 UTC
# Line 54  ReferencesView::ReferencesView(Gtk::Wind Line 54  ReferencesView::ReferencesView(Gtk::Wind
54      m_refTreeModel = RefsTreeStore::create(m_columns);      m_refTreeModel = RefsTreeStore::create(m_columns);
55      m_treeView.set_model(m_refTreeModel);      m_treeView.set_model(m_refTreeModel);
56      m_treeView.set_tooltip_text(_(      m_treeView.set_tooltip_text(_(
57          "Amount of times the selected sample in question is referenced. Click "          "Number of times the selected sample in question is referenced. Click "
58          "to jump to the specific reference."          "to jump to the specific reference."
59      ));      ));
60      m_treeView.append_column(_("Name"), m_columns.m_col_name);      m_treeView.append_column(_("Name"), m_columns.m_col_name);

Legend:
Removed from v.3407  
changed lines
  Added in v.3408

  ViewVC Help
Powered by ViewVC