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

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

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

revision 3566 by schoenebeck, Sat Aug 24 13:42:17 2019 UTC revision 3621 by schoenebeck, Tue Oct 1 16:27:13 2019 UTC
# Line 377  ScriptEditor::ScriptEditor() : Line 377  ScriptEditor::ScriptEditor() :
377  #if HAS_GTKMM_SHOW_ALL_CHILDREN  #if HAS_GTKMM_SHOW_ALL_CHILDREN
378      show_all_children();      show_all_children();
379  #endif  #endif
380    
381    #if !USE_LS_SCRIPTVM
382        // make user aware about gigedit had been compiled without liblinuxsampler support
383        m_statusLabel.set_markup(_("Limited editor features (since Gigedit was compiled without liblinuxsampler support)!"));
384        m_statusImage.set(m_warningIcon);
385    #endif
386  }  }
387    
388  ScriptEditor::~ScriptEditor() {  ScriptEditor::~ScriptEditor() {

Legend:
Removed from v.3566  
changed lines
  Added in v.3621

  ViewVC Help
Powered by ViewVC