| OLD | NEW |
| 1 // Resources used by webkit/default_plugin. | 1 // Resources used by webkit/default_plugin. |
| 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\\default_plugin\\default_plugin_resources.h" | 10 #include "webkit\\default_plugin\\default_plugin_resources.h" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 DEFPUSHBUTTON "",IDB_GET_THE_PLUGIN,32,100,81,14 | 22 DEFPUSHBUTTON "",IDB_GET_THE_PLUGIN,32,100,81,14 |
| 23 PUSHBUTTON "",IDCANCEL,133,100,74,14 | 23 PUSHBUTTON "",IDCANCEL,133,100,74,14 |
| 24 LTEXT "",IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL,17,50,204,27 | 24 LTEXT "",IDC_PLUGIN_INSTALL_CONFIRMATION_LABEL,17,50,204,27 |
| 25 END | 25 END |
| 26 | 26 |
| 27 ///////////////////////////////////////////////////////////////////////////// | 27 ///////////////////////////////////////////////////////////////////////////// |
| 28 // | 28 // |
| 29 // Icon used by the default plugin window. | 29 // Icon used by the default plugin window. |
| 30 // | 30 // |
| 31 IDI_DEFAULT_PLUGIN_ICON ICON "webkit\\default_plugin\\def
ault_plugin.ico" | 31 IDI_DEFAULT_PLUGIN_ICON ICON "webkit\\default_plugin\\def
ault_plugin.ico" |
| OLD | NEW |