diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-10-26 16:46:27 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 17:33:23 +0200 |
commit | 4a7af0d90fd6521047fb57c37be455b1e8887e79 (patch) | |
tree | 148486650ecac3dfd74c7da2d68714c86aa46dd8 /xpcom/system | |
parent | 0f52679d2e0445503869382943076d7733b56522 (diff) | |
download | uxp-4a7af0d90fd6521047fb57c37be455b1e8887e79.tar.gz |
Issue #1835 - Part 2: Remove config and most mentions of XULRunner
Resolves #1835
Diffstat (limited to 'xpcom/system')
-rw-r--r-- | xpcom/system/nsIXULAppInfo.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xpcom/system/nsIXULAppInfo.idl b/xpcom/system/nsIXULAppInfo.idl index 1ea9208a34..12a5fc6886 100644 --- a/xpcom/system/nsIXULAppInfo.idl +++ b/xpcom/system/nsIXULAppInfo.idl @@ -31,7 +31,7 @@ interface nsIXULAppInfo : nsIPlatformInfo /** * The version of the XUL application. It is different than the - * version of the XULRunner platform. Be careful about which one you want. + * version of the XUL platform. Be careful about which one you want. * * @see nsXREAppData.version * @returns an empty string if nsXREAppData.version is not set. @@ -39,7 +39,7 @@ interface nsIXULAppInfo : nsIPlatformInfo readonly attribute ACString version; /** - * The build ID/date of the application. For xulrunner applications, + * The build ID/date of the application. For -app applications, * this will be different than the build ID of the platform. Be careful * about which one you want. */ |