Use Windows XP style scrollbars for select controls (bug 170142). r=hewitt, sr=hyatt.

This commit is contained in:
bryner%netscape.com 2002-09-23 01:29:45 +00:00
parent a04e92c634
commit ffa19a299c
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="Microsoft.Winweb.MantaRay"
type="win32"
/>
<description>.NET control deployment tool</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

View File

@ -39,6 +39,8 @@
#include "nsNativeAppSupportWin.h"
#include "nsINativeAppSupportWin.h"
1 24 "mozilla.manifest"
// Program icon.
IDI_APPLICATION ICON
"mozilla.ico"