diff options
Diffstat (limited to 'webkit/glue/webkit_resources.h')
-rw-r--r-- | webkit/glue/webkit_resources.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/webkit/glue/webkit_resources.h b/webkit/glue/webkit_resources.h index cc6bbd0..fdb734b 100644 --- a/webkit/glue/webkit_resources.h +++ b/webkit/glue/webkit_resources.h @@ -4,15 +4,6 @@ #define IDR_BROKENIMAGE 2000 #define IDR_TICKMARK_DASH 2001 #define IDR_FEED_PREVIEW 2002 -#define IDC_PAN_MIDDLE 2003 -#define IDC_PAN_NORTH 2004 -#define IDC_PAN_NORTH_EAST 2005 -#define IDC_PAN_EAST 2006 -#define IDC_PAN_SOUTH_EAST 2007 -#define IDC_PAN_SOUTH 2008 -#define IDC_PAN_SOUTH_WEST 2009 -#define IDC_PAN_WEST 2010 -#define IDC_PAN_NORTH_WEST 2011 #define IDC_ALIAS 2100 #define IDC_CELL 2101 @@ -22,13 +13,22 @@ #define IDC_VERTICALTEXT 2105 #define IDC_ZOOMIN 2106 #define IDC_ZOOMOUT 2107 +#define IDC_PAN_MIDDLE 2108 +#define IDC_PAN_NORTH 2109 +#define IDC_PAN_NORTH_EAST 2110 +#define IDC_PAN_EAST 2111 +#define IDC_PAN_SOUTH_EAST 2112 +#define IDC_PAN_SOUTH 2113 +#define IDC_PAN_SOUTH_WEST 2114 +#define IDC_PAN_WEST 2115 +#define IDC_PAN_NORTH_WEST 2116 -#define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2108 -#define IDI_DEFAULT_PLUGIN_ICON 2109 -#define IDB_GET_THE_PLUGIN 2110 -#define IDC_PLUGIN_MAIN_LABEL 2111 -#define IDC_PLUGIN_INSTALL_LABEL 2112 -#define IDC_PLUGIN_URL_LABEL 2113 -#define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2114 -#define IDC_PLUGIN_NAME 2115 -#define IDC_PLUGIN_NAME_VALUE 2116 +#define IDD_DEFAULT_PLUGIN_INSTALL_DIALOG 2208 +#define IDI_DEFAULT_PLUGIN_ICON 2209 +#define IDB_GET_THE_PLUGIN 2210 +#define IDC_PLUGIN_MAIN_LABEL 2211 +#define IDC_PLUGIN_INSTALL_LABEL 2212 +#define IDC_PLUGIN_URL_LABEL 2213 +#define IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL 2214 +#define IDC_PLUGIN_NAME 2215 +#define IDC_PLUGIN_NAME_VALUE 2216 |