Trivial changes to better sync with viewer 3

This commit is contained in:
Drake Arconis
2013-08-25 14:14:51 -04:00
parent cdeea281cd
commit fdc855cd37
19 changed files with 44 additions and 44 deletions

View File

@@ -351,5 +351,5 @@ void LLFloaterTeleportHistory::onCopySLURL(void* data)
// get SLURL of the selected entry and copy it to the clipboard
std::string SLURL = self->mPlacesList->getFirstSelected()->getColumn(LIST_SLURL)->getValue().asString();
gViewerWindow->mWindow->copyTextToClipboard(utf8str_to_wstring(SLURL));
gViewerWindow->getWindow()->copyTextToClipboard(utf8str_to_wstring(SLURL));
}