mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
28ab7a9048
newmail.ico is a TEMPORARY place holder icon for the biff icon in the status bar. r=bhuvan sr=sspitzer
12 lines
377 B
Plaintext
12 lines
377 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 DISCARDABLE "newmail.ico"
|
|
/////////////////////////////////////////////////////////////////////////////
|