diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-30 23:44:29 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-04-30 23:44:29 -0700 |
commit | 2677b09851e2c535ea753e6c2c49e84a52fbfdeb (patch) | |
tree | 8723079b0e2fe8427c3ad7933707a7e83611ac69 /samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs | |
parent | 0bbe2c1929028e5e13dfe47cab74778485018b11 (diff) | |
parent | 5c937f16690ad0ac6cefd0d84f64461b68b79921 (diff) | |
download | DotNetOpenAuth-2677b09851e2c535ea753e6c2c49e84a52fbfdeb.zip DotNetOpenAuth-2677b09851e2c535ea753e6c2c49e84a52fbfdeb.tar.gz DotNetOpenAuth-2677b09851e2c535ea753e6c2c49e84a52fbfdeb.tar.bz2 |
Merge branch 'v3.0' into v3.1
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs b/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs index 40cb36d..e8511ae 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs +++ b/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs @@ -86,7 +86,7 @@ namespace DotNetOpenAuth.ApplicationBlock { Finance = 0x8, /// <summary> - /// Gmail + /// Google Gmail /// </summary> Gmail = 0x10, @@ -96,7 +96,7 @@ namespace DotNetOpenAuth.ApplicationBlock { Health = 0x20, /// <summary> - /// OpenSocial + /// Google OpenSocial /// </summary> OpenSocial = 0x40, @@ -116,7 +116,7 @@ namespace DotNetOpenAuth.ApplicationBlock { WebmasterTools = 0x200, /// <summary> - /// YouTube + /// YouTube service /// </summary> YouTube = 0x400, @@ -136,7 +136,7 @@ namespace DotNetOpenAuth.ApplicationBlock { GoogleBase = 0x2000, /// <summary> - /// Analytics + /// Google Analytics /// </summary> Analytics = 0x4000, } |