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

« back to all changes in this revision

Viewing changes to kicad/commandframe.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:
109
109
 
110
110
    btn = AddBitmapButton( ID_TO_PCB_CALCULATOR, KiBitmap( icon_pcbcalculator_xpm ) );
111
111
    btn->SetToolTip( _( "Pcb calculator, the Swiss army knife..." ) );
 
112
 
 
113
    btn = AddBitmapButton( ID_TO_PL_EDITOR, KiBitmap( icon_pagelayout_editor_xpm ) );
 
114
    btn->SetToolTip( _( "pl_editor, the page layout and title block shape editor" ) );
112
115
}
113
116
 
114
117