diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-15 14:07:55 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2013-01-15 14:07:55 +0200 |
commit | a49d3b14254fa5cfac3900e86b2287a016eaf9cc (patch) | |
tree | 3981e313536a19c7e93acd2aba2afdf6b4cb2f2a /indra/newview/llfloatertranslationsettings.h | |
parent | e206dff762e9055391a8627c0067de0a11319f2f (diff) |
CHUI-567 FIXED "Translate chat", "Translation settings..." menu items are added.
Diffstat (limited to 'indra/newview/llfloatertranslationsettings.h')
-rw-r--r-- | indra/newview/llfloatertranslationsettings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatertranslationsettings.h b/indra/newview/llfloatertranslationsettings.h index 9b47ad72ed..b9bfd6265a 100644 --- a/indra/newview/llfloatertranslationsettings.h +++ b/indra/newview/llfloatertranslationsettings.h @@ -44,6 +44,7 @@ public: void setBingVerified(bool ok, bool alert); void setGoogleVerified(bool ok, bool alert); + void onClose(bool app_quitting); private: std::string getSelectedService() const; |