Updated to the new icon! So sleek...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1784 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-09-08 13:14:34 +00:00
parent d2fbb22076
commit 77da67100e
5 changed files with 6 additions and 5 deletions

View File

@ -176,6 +176,7 @@ public:
};
// ------------------------------------------------------------------------
// NOTE: The GUI's GameFixes panel is dependent on the order of bits in this structure.
struct GamefixOptions
{
BITFIELD32()

BIN
pcsx2/windows/AppIcon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -2105,6 +2105,10 @@
<Filter
Name="Resources"
>
<File
RelativePath="..\..\gui\Resources\AppIcon.ico"
>
</File>
<File
RelativePath="..\..\gui\Resources\AppIcon.png"
>
@ -2415,10 +2419,6 @@
RelativePath=".\..\resource.h"
>
</File>
<File
RelativePath=".\..\testing.ico"
>
</File>
<File
RelativePath=".\..\wxResources.rc"
>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

View File

@ -54,7 +54,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON2 ICON "testing.ico"
IDI_ICON2 ICON "AppIcon.ico"
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////