~fmorgner/kicad/kicad

« back to all changes in this revision

Viewing changes to eeschema/viewlib_frame.cpp

  • Committer: Dick Hollenbeck
  • Date: 2011-09-08 05:58:45 UTC
  • mto: This revision was merged to the branch mainline in revision 3112.
  • Revision ID: dick@softplc.com-20110908055845-c0n042fznolvee2e
PNG bitmap support, initial implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    m_ConfigPath = wxT( "LibraryViewer" );
90
90
 
91
91
    // Give an icon
92
 
    SetIcon( wxIcon( library_browse_xpm ) );
 
92
    wxIcon  icon;
 
93
    icon.CopyFromBitmap( KiBitmap( library_browse_xpm ) );
 
94
 
 
95
    SetIcon( icon );
93
96
 
94
97
    m_HotkeysZoomAndGridList = s_Viewlib_Hokeys_Descr;
95
98
    m_CmpList = NULL;