diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-07-07 18:51:19 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-07-07 18:51:19 +0300 |
commit | 9790ec0c753b54d5ab0c7e6c54139888f49107e3 (patch) | |
tree | a76caf4520cdf9e69ba0b3001dfc3ba0449fd000 /indra/newview/llfloaterabout.h | |
parent | f153aa3daf2e70b6da8c113b55afff10af1f5fae (diff) |
MAINT-5174 Add Check for Updates feature to Help menu
Diffstat (limited to 'indra/newview/llfloaterabout.h')
-rwxr-xr-x | indra/newview/llfloaterabout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterabout.h b/indra/newview/llfloaterabout.h index 8fc1aa4f29..be34b631cc 100755 --- a/indra/newview/llfloaterabout.h +++ b/indra/newview/llfloaterabout.h @@ -30,6 +30,9 @@ namespace LLFloaterAboutUtil { void registerFloater(); + + // Support for user initialized update/state checks + void checkUpdatesAndNotify(); } #endif // LL_LLFLOATERABOUT_H |