diff options
author | David Seikel | 2011-06-12 21:18:18 +1000 |
---|---|---|
committer | David Seikel | 2011-06-12 21:18:18 +1000 |
commit | 5c192c92bf02910d93956068017daa2b9e4b80ba (patch) | |
tree | 9c1bbbcfd6443e5b0df08bd212b3bd5027891e74 /linden/indra/newview/llimpanel.cpp | |
parent | Rejig skins again. (diff) | |
parent | Updated app_settings/default_grids.xml from our online grid list. (diff) | |
download | meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.zip meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.tar.gz meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.tar.bz2 meta-impy-5c192c92bf02910d93956068017daa2b9e4b80ba.tar.xz |
Merge remote-tracking branch 'jacek/next' into next
Conflicts (manualy merged):
linden/indra/newview/app_settings/default_grids.xml
linden/indra/newview/primbackup.cpp
linden/indra/newview/skins/default/xui/en-us/floater_about.xml
linden/indra/newview/skins/default/xui/en-us/notifications.xml
InWorldz specific crap removed.
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-rw-r--r-- | linden/indra/newview/llimpanel.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp index 752ebb4..85ab779 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1963,6 +1963,12 @@ void LLFloaterIMPanel::onCommitCombo(LLUICtrl* caller, void* userdata) | |||
1963 | { | 1963 | { |
1964 | if (caller->getValue().asString() == "history_entry") | 1964 | if (caller->getValue().asString() == "history_entry") |
1965 | { | 1965 | { |
1966 | #ifdef LL_LINUX | ||
1967 | LLSD args; | ||
1968 | args["[FEATURE]"] = LLNotifications::instance().getGlobalString("view history"); | ||
1969 | args["[OS]"] = "Linux"; | ||
1970 | LLNotifications::instance().add("FeatureNotAvailableOnOS", args, LLSD()); | ||
1971 | #else // LL_LINUX | ||
1966 | if (self->getOtherParticipantID().notNull()) | 1972 | if (self->getOtherParticipantID().notNull()) |
1967 | { | 1973 | { |
1968 | std::string fullname = self->getTitle(); | 1974 | std::string fullname = self->getTitle(); |
@@ -1990,6 +1996,7 @@ void LLFloaterIMPanel::onCommitCombo(LLUICtrl* caller, void* userdata) | |||
1990 | //llinfos << file << " found" << llendl; | 1996 | //llinfos << file << " found" << llendl; |
1991 | } | 1997 | } |
1992 | } | 1998 | } |
1999 | #endif // LL_LINUX | ||
1993 | } | 2000 | } |
1994 | // profile | 2001 | // profile |
1995 | else if (self->getIMType() == IM_PANEL_PLAIN) | 2002 | else if (self->getIMType() == IM_PANEL_PLAIN) |