~quadrispro/codelite/trunk

« back to all changes in this revision

Viewing changes to LiteEditor/editorsettingsfoldingbase.cpp

  • Committer: eranif
  • Date: 2008-12-05 19:23:42 UTC
  • Revision ID: svn-v4:9da81c78-c036-0410-9e1f-a2b0375e4b5a:trunk:2510
- Added new +/- with background colour folding style

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version Mar 19 2008)
 
2
// C++ code generated with wxFormBuilder (version Apr 16 2008)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
40
40
        m_staticText2->Wrap( -1 );
41
41
        mainSizer->Add( m_staticText2, 0, wxALL, 5 );
42
42
        
43
 
        wxString m_foldStyleChoices[] = { _("Simple"), _("Arrows"), _("Arrows with Background Colour"), _("Flatten Tree Square Headers"), _("Flatten Tree Circular Headers") };
 
43
        wxString m_foldStyleChoices[] = { _("Simple"), _("Arrows"), _("Arrows with Background Colour"), _("Simple with Background Colour"), _("Flatten Tree Square Headers"), _("Flatten Tree Circular Headers") };
44
44
        int m_foldStyleNChoices = sizeof( m_foldStyleChoices ) / sizeof( wxString );
45
45
        m_foldStyle = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_foldStyleNChoices, m_foldStyleChoices, 0 );
46
46
        m_foldStyle->SetSelection( 1 );