/* erwin -- html editor * Copyright 1999 David Vogler * Adrian Reber * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef ERWINPIXMAPS_H #define ERWINPIXMAPS_H /*Our nice icons */ //#include "xpm/tb_save.xpm" #include "xpm/tb_linebreak.xpm" //#include "xpm/tb_exit.xpm" //#include "xpm/tb_copy.xpm" #include "xpm/tb_image.xpm" //#include "xpm/tb_cut.xpm" //#include "xpm/tb_paste.xpm" #include "xpm/tb_h1.xpm" #include "xpm/tb_h2.xpm" #include "xpm/tb_h3.xpm" //#include "xpm/tb_centjust.xpm" #include "xpm/html-table.xpm" //#include "xpm/tb_bold.xpm" //#include "xpm/tb_italic.xpm" //#include "xpm/tb_underline.xpm" #include "xpm/tb_link.xpm" #include "xpm/tr.xpm" #include "xpm/td.xpm" #include "xpm/th.xpm" #include "xpm/tbl.xpm" //#include "xpm/tb_open.xpm" //#include "xpm/tb_new.xpm" #include "xpm/quick.xpm" //#include "xpm/search.xpm" #include "xpm/listitem.xpm" #include "xpm/orderedlist.xpm" #include "xpm/unorderedlist.xpm" //#include "xpm/font.xpm" #include "xpm/paragraph.xpm" #include "xpm/space.xpm" #include "xpm/tb_emphasis.xpm" #include "xpm/tb_strong.xpm" //#include "xpm/tb_small.xpm" #include "xpm/tb_superscript.xpm" #include "xpm/tb_subscript.xpm" //#include "xpm/tb_strikeout.xpm" //#include "xpm/tb_cancel.xpm" //#include "xpm/light1.xpm" #endif /* ERWINPIXMAPS_H */