cefclient: Windows: Move icon files to a new resources/win folder (issue #1500).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2012 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
0255e4c741
commit
8fe95d54d9
|
@ -215,8 +215,8 @@
|
||||||
'tests/cefclient/osr_window_win.cc',
|
'tests/cefclient/osr_window_win.cc',
|
||||||
'tests/cefclient/osr_window_win.h',
|
'tests/cefclient/osr_window_win.h',
|
||||||
'tests/cefclient/resource.h',
|
'tests/cefclient/resource.h',
|
||||||
'tests/cefclient/resources/cefclient.ico',
|
'tests/cefclient/resources/win/cefclient.ico',
|
||||||
'tests/cefclient/resources/small.ico',
|
'tests/cefclient/resources/win/small.ico',
|
||||||
'tests/cefclient/resource_util_win.cc',
|
'tests/cefclient/resource_util_win.cc',
|
||||||
'tests/cefclient/root_window_win.cc',
|
'tests/cefclient/root_window_win.cc',
|
||||||
'tests/cefclient/root_window_win.h',
|
'tests/cefclient/root_window_win.h',
|
||||||
|
|
|
@ -47,8 +47,8 @@ IDS_XMLHTTPREQUEST BINARY "resources\\xmlhttprequest.html"
|
||||||
|
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
// remains consistent on all systems.
|
// remains consistent on all systems.
|
||||||
IDI_CEFCLIENT ICON "resources\cefclient.ico"
|
IDI_CEFCLIENT ICON "resources\win\cefclient.ico"
|
||||||
IDI_SMALL ICON "resources\small.ico"
|
IDI_SMALL ICON "resources\win\small.ico"
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue