Improve names consistency

This commit is contained in:
JustOff
2017-09-26 21:08:30 +03:00
committed by Roy Tam
parent 659dd6c866
commit 0b542fab2c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -44,5 +44,5 @@ elif CONFIG['MOZ_WIDGET_GTK']:
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
DEFINES['MOZ_BRANDING_DIRECTORY'] = CONFIG['MOZ_BRANDING_DIRECTORY']
DEFINES['GRE_VERSION'] = CONFIG['MOZILLA_UAVERSION']
DEFINES['GK_VERSION'] = CONFIG['MOZILLA_COMPATVERSION']
DEFINES['MOZILLA_UAVERSION'] = CONFIG['MOZILLA_UAVERSION']
DEFINES['MOZILLA_COMPATVERSION'] = CONFIG['MOZILLA_COMPATVERSION']
+2 -2
View File
@@ -2,12 +2,12 @@
#define GUAO_PREF general.useragent.override
// GRE_VERSION is taken from CONFIG['MOZILLA_UAVERSION']
#define GRE_VERSION @MOZILLA_UAVERSION@
#define GRE_VERSION_SLICE Goanna/@GRE_VERSION@
#define GRE_DATE_SLICE Goanna/20170101
#define PM_SLICE PaleMoon/@MOZ_APP_VERSION@
// GK_VERSION is defined in config/compatversion.txt
#define GK_VERSION @MOZILLA_COMPATVERSION@
#define GK_SLICE Gecko/20100101
#define FX_SLICE Firefox/@GK_VERSION@
+1 -1
View File
@@ -3,7 +3,7 @@
#
# x.x
#
# Referenced by nsHttpHandler.cpp, branding.mozbuild.
# Referenced by nsHttpHandler.cpp, uaoverrides.inc.
#--------------------------------------------------------
52.9