mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 07:53:54 +00:00
add new line to the end of the file. that is a CID, not an IID, so use the right macro.
This commit is contained in:
parent
4b984991c2
commit
7a566e754c
@ -115,4 +115,4 @@ interface nsIStreamConverter : nsIStreamListener {
|
||||
|
||||
%{C++
|
||||
#define NS_ISTREAMCONVERTER_KEY "Software/Netscape/streamconv/"
|
||||
%}
|
||||
%}
|
||||
|
@ -57,7 +57,7 @@
|
||||
static NS_DEFINE_CID(kSoftUpdateCID, NS_SoftwareUpdate_CID);
|
||||
static NS_DEFINE_IID(kIWindowMediatorIID,NS_IWINDOWMEDIATOR_IID);
|
||||
static NS_DEFINE_CID(kWindowMediatorCID, NS_WINDOWMEDIATOR_CID);
|
||||
static NS_DEFINE_IID(kWalletServiceCID, NS_WALLETSERVICE_CID);
|
||||
static NS_DEFINE_CID(kWalletServiceCID, NS_WALLETSERVICE_CID);
|
||||
|
||||
#define PREF_GENERAL_STARTUP_BROWSER "general.startup.browser"
|
||||
#define PREF_GENERAL_STARTUP_MAIL "general.startup.mail"
|
||||
|
Loading…
x
Reference in New Issue
Block a user