Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: webkit/glue/webkit_resources.rc

Issue 11302: fix pan scrolling (Closed)
Patch Set: add file Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webkit/glue/webkit_resources.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Resources used by webkit/*. 1 // Resources used by webkit/*.
2 // 2 //
3 // Paths in this file are relative to SolutionDir. 3 // Paths in this file are relative to SolutionDir.
4 4
5 #ifdef APSTUDIO_INVOKED 5 #ifdef APSTUDIO_INVOKED
6 #error // Don't open in the Visual Studio resource editor! 6 #error // Don't open in the Visual Studio resource editor!
7 #endif //APSTUDIO_INVOKED 7 #endif //APSTUDIO_INVOKED
8 8
9 #include <winuser.h> 9 #include <winuser.h>
10 #include "webkit\\glue\\webkit_resources.h" 10 #include "webkit\\glue\\webkit_resources.h"
11 11
12 ///////////////////////////////////////////////////////////////////////////// 12 /////////////////////////////////////////////////////////////////////////////
13 // 13 //
14 // data resources 14 // data resources
15 // 15 //
16 16
17 IDR_BROKENIMAGE BINDATA "webkit\\glue\\resources\\broken-image.gif" 17 IDR_BROKENIMAGE BINDATA "webkit\\glue\\resources\\broken-image.gif"
18 IDR_TICKMARK_DASH BINDATA "webkit\\glue\\resources\\dash.png" 18 IDR_TICKMARK_DASH BINDATA "webkit\\glue\\resources\\dash.png"
19 IDR_FEED_PREVIEW BINDATA "webkit\\glue\\resources\\feed.html" 19 IDR_FEED_PREVIEW BINDATA "webkit\\glue\\resources\\feed.html"
20 IDR_PAN_SCROLL_ICON BINDATA "webkit\\glue\\resources\\pan_icon.png"
20 21
21 ///////////////////////////////////////////////////////////////////////////// 22 /////////////////////////////////////////////////////////////////////////////
22 // 23 //
23 // Cursor 24 // Cursor
24 // 25 //
25 26
26 IDC_ALIAS CURSOR "webkit\\glue\\resources\\aliasb.cur" 27 IDC_ALIAS CURSOR "webkit\\glue\\resources\\aliasb.cur"
27 IDC_CELL CURSOR "webkit\\glue\\resources\\cell.cur" 28 IDC_CELL CURSOR "webkit\\glue\\resources\\cell.cur"
28 IDC_COLRESIZE CURSOR "webkit\\glue\\resources\\col_resize.cur" 29 IDC_COLRESIZE CURSOR "webkit\\glue\\resources\\col_resize.cur"
29 IDC_COPYCUR CURSOR "webkit\\glue\\resources\\copy.cur" 30 IDC_COPYCUR CURSOR "webkit\\glue\\resources\\copy.cur"
(...skipping 24 matching lines...) Expand all
54 PUSHBUTTON "",IDCANCEL,133,100,74,14 55 PUSHBUTTON "",IDCANCEL,133,100,74,14
55 LTEXT "",IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL,17,50,204,27 56 LTEXT "",IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL,17,50,204,27
56 END 57 END
57 58
58 59
59 ///////////////////////////////////////////////////////////////////////////// 60 /////////////////////////////////////////////////////////////////////////////
60 // 61 //
61 // Icon used by the default plugin window. 62 // Icon used by the default plugin window.
62 // 63 //
63 IDI_DEFAULT_PLUGIN_ICON ICON "webkit\\default_plugin\\def ault_plugin.ico" 64 IDI_DEFAULT_PLUGIN_ICON ICON "webkit\\default_plugin\\def ault_plugin.ico"
OLDNEW
« no previous file with comments | « webkit/glue/webkit_resources.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698