diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-27 18:02:19 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-02-27 18:02:19 +0200 |
commit | cb7debd70dc880a9cdeef983dc99281780c5e89a (patch) | |
tree | 2189180ec2d3a71e1a2d8294eae848b5b414316c /indra/newview/llfloatersimplesnapshot.h | |
parent | 8795da7c831c61cfa1cb8c14ebcea7cd6c484e23 (diff) |
SL-19273 Show message when folder is empty or if no search results
Diffstat (limited to 'indra/newview/llfloatersimplesnapshot.h')
-rw-r--r-- | indra/newview/llfloatersimplesnapshot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatersimplesnapshot.h b/indra/newview/llfloatersimplesnapshot.h index ad25d0ce76..a2bf2946d4 100644 --- a/indra/newview/llfloatersimplesnapshot.h +++ b/indra/newview/llfloatersimplesnapshot.h @@ -67,8 +67,8 @@ public: class Impl; friend class Impl; - static const S32 LLFloaterSimpleSnapshot::THUMBNAIL_SNAPSHOT_DIM_MAX; - static const S32 LLFloaterSimpleSnapshot::THUMBNAIL_SNAPSHOT_DIM_MIN; + static const S32 THUMBNAIL_SNAPSHOT_DIM_MAX; + static const S32 THUMBNAIL_SNAPSHOT_DIM_MIN; private: void onSend(); |