/* * This file is a part of QComicBook. * * Copyright (C) 2005-2006 Pawel Stolowski * * QComicBook is free software; you can redestribute it and/or modify it * under terms of GNU General Public License by Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY. See GPL for more details. */ #ifndef __CBICONS_H #define __CBICONS_H #define ICON_APPICON "qcomicbook.png" #define ICON_OPENDIR "opendir.png" #define ICON_OPENARCH "openarch.png" #define ICON_FITWIDTH "fitwidth.png" #define ICON_FITHEIGHT "fitheight.png" #define ICON_WHOLEPAGE "wholepage.png" #define ICON_ORGSIZE "orgsize.png" #define ICON_BESTFIT "bestfit.png" #define ICON_PAGEBOTTOM "pagebottom.png" #define ICON_PAGETOP "pagetop.png" #define ICON_NEXTPAGE "nextpage.png" #define ICON_PREVPAGE "prevpage.png" #define ICON_FORWARD "fforward.png" #define ICON_BACKWARD "fbackward.png" #define ICON_INFO "info.png" #define ICON_THUMBNAILS "thumbnails.png" #define ICON_TWOPAGES "twopages.png" #define ICON_JAPANESE "japanese.png" #define ICON_ROTRIGHT "rright.png" #define ICON_ROTLEFT "rleft.png" #define ICON_BOOKMARK "bookmark.png" #define ICON_SETTINGS "settings.png" #endif