~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to kicad/class_treeprojectfiles.cpp

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    m_ImageList->Add( KiBitmap( tools_xpm ) );                  // TREE_REPORT
75
75
    m_ImageList->Add( KiBitmap( post_compo_xpm ) );             // TREE_POS
76
76
    m_ImageList->Add( KiBitmap( post_drill_xpm ) );             // TREE_DRILL
77
 
    m_ImageList->Add( KiBitmap( svg_file_xpm ) );                   // TREE_SVG
 
77
    m_ImageList->Add( KiBitmap( svg_file_xpm ) );               // TREE_SVG
 
78
    m_ImageList->Add( KiBitmap( pagelayout_load_default_xpm ) );// TREE_PAGE_LAYOUT_DESCR
78
79
 
79
80
    SetImageList( m_ImageList );
80
81
}