~fmorgner/kicad/kicad

« back to all changes in this revision

Viewing changes to gerbview/toolbars_gerber.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:
38
38
                         _( "Load an excellon drill file on the current layer. Previous data will be deleted" ) );
39
39
 
40
40
    m_HToolBar->AddSeparator();
41
 
    m_HToolBar->AddTool( wxID_PRINT, wxEmptyString, wxBitmap( print_button_xpm ),
 
41
    m_HToolBar->AddTool( wxID_PRINT, wxEmptyString, KiBitmap( print_button_xpm ),
42
42
                         _( "Print layers" ) );
43
43
 
44
44
    m_HToolBar->AddSeparator();