mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
b06bff32c9
Add nsMailModule.cpp which is a single factory for all of the basic mail components. This is part of generating a single mail.dll instead of the n dlls we generate today (where n is much too large). Part of Bug # a=sspitzer
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
#include "resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_MAILBIFF ICON "newmail.ico"
|
|
/////////////////////////////////////////////////////////////////////////////
|