

| The Following User Says Thank You to morto For This Useful Post: | ||

).

| The Following 3 Users Say Thank You to anidel For This Useful Post: | ||
/usr/share/pixmaps/xournal
[hildon] theme=default
/home/user/.xournal/config
/* Icons */
static struct {
gchar *filename;
gchar *stock_id;
} hildon_stock_icons[] = {
{ PACKAGE_PIXMAP_DIR"/%s/pressure.png", "hi_xo_pressure" },
{ PACKAGE_PIXMAP_DIR"/%s/ruler.png", "hi_xo_ruler" },
{ PACKAGE_PIXMAP_DIR"/%s/highlighter.png", "hi_xo_highlighter" },
{ PACKAGE_PIXMAP_DIR"/%s/hand.png", "hi_xo_hand" },
{ PACKAGE_PIXMAP_DIR"/%s/pen.png", "hi_xo_pen" },
{ PACKAGE_PIXMAP_DIR"/%s/pencolor.png", "hi_xo_pencolor" },
{ PACKAGE_PIXMAP_DIR"/%s/eraser.png", "hi_xo_eraser" },
{ PACKAGE_PIXMAP_DIR"/%s/color_selector.png", "hi_xo_colorselector" },
{ PACKAGE_PIXMAP_DIR"/%s/vertical_space.png", "hi_xo_verticalspace" },
{ PACKAGE_PIXMAP_DIR"/%s/text.png", "hi_xo_text" },
{ PACKAGE_PIXMAP_DIR"/%s/prevPage.png", "hi_xo_prevpage" },
{ PACKAGE_PIXMAP_DIR"/%s/nextPage.png", "hi_xo_nextpage" },
{ PACKAGE_PIXMAP_DIR"/%s/newPageBefore.png", "hi_xo_newpagebefore" },
{ PACKAGE_PIXMAP_DIR"/%s/newPageAfter.png", "hi_xo_newpageafter" },
{ PACKAGE_PIXMAP_DIR"/%s/newPageEnd.png", "hi_xo_newpageend" },
{ PACKAGE_PIXMAP_DIR"/%s/deletePage.png", "hi_xo_deletepage" },
{ PACKAGE_PIXMAP_DIR"/%s/veryFine.png", "hi_xo_veryfine" },
{ PACKAGE_PIXMAP_DIR"/%s/fine.png", "hi_xo_fine" },
{ PACKAGE_PIXMAP_DIR"/%s/medium.png", "hi_xo_medium" },
{ PACKAGE_PIXMAP_DIR"/%s/thick.png", "hi_xo_thick" },
{ PACKAGE_PIXMAP_DIR"/%s/veryThick.png", "hi_xo_verythick" },
{ PACKAGE_PIXMAP_DIR"/%s/black.png", "hi_xo_black" },
{ PACKAGE_PIXMAP_DIR"/%s/blue.png", "hi_xo_blue" },
{ PACKAGE_PIXMAP_DIR"/%s/red.png", "hi_xo_red" },
{ PACKAGE_PIXMAP_DIR"/%s/green.png", "hi_xo_green" },
{ PACKAGE_PIXMAP_DIR"/%s/yellow.png", "hi_xo_yellow" },
{ PACKAGE_PIXMAP_DIR"/%s/orange.png", "hi_xo_orange" },
{ PACKAGE_PIXMAP_DIR"/%s/fuchsia.png", "hi_xo_fuchsia" },
};
/usr/share/pixmaps/xournal/default
| The Following User Says Thank You to anidel For This Useful Post: | ||