~midori/midori/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
 Copyright (C) 2007-2008 Christian Dywan <christian@twotoasts.de>

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.

 See the file COPYING for the full license text.
*/

#ifndef __MIDORI_STOCK_H__
#define __MIDORI_STOCK_H__ 1

/* Stock items */

#define STOCK_BOOKMARKS          "user-bookmarks"
#define STOCK_EXTENSION          "extension"
#define STOCK_HISTORY            "document-open-recent"
#define MIDORI_STOCK_WEB_BROWSER "web-browser"
#define STOCK_NEWS_FEED          "internet-news-reader"
#define STOCK_STYLE              "preferences-desktop-theme"
#define MIDORI_STOCK_TRANSFER    "package"
#define MIDORI_STOCK_PLUGINS     "application-x-shockwave-flash"
#define STOCK_BOOKMARK_ADD       "bookmark-new"
#define STOCK_IMAGE              "image-x-generic"
#define STOCK_NETWORK_OFFLINE    "network-offline"
#define STOCK_SCRIPT             "text-x-javascript"
#define STOCK_SEND               "mail-send"
#define STOCK_TAB_NEW            "tab-new"
#define STOCK_USER_TRASH         "user-trash"
#define STOCK_WINDOW_NEW         "window-new"
#define STOCK_FOLDER_NEW         "folder-new"
#define STOCK_EDIT_CLEAR         "edit-clear"
#define STOCK_EDIT_FIND          "edit-find"
#define STOCK_STOP               "stop"
#define STOCK_URL                "text-html"

#endif /* !__MIDORI_STOCK_H__ */