Merge branch 'V2MultiWear' of git://github.com/Shyotl/SingularityViewer into V2MultiWear
Conflicts: indra/newview/llfloateravatarlist.cpp indra/newview/llfloatermessagelog.cpp indra/newview/llstartup.cpp indra/newview/llviewermenu.cpp indra/newview/llviewermessage.cpp indra/newview/skins/default/xui/fr/menu_inventory.xml
This commit is contained in:
@@ -2512,6 +2512,11 @@ void LLWindowSDL::spawnWebBrowser(const std::string& escaped_url, bool async)
|
||||
llinfos << "spawn_web_browser returning." << llendl;
|
||||
}
|
||||
|
||||
void LLWindowSDL::setTitle(const std::string &title)
|
||||
{
|
||||
mWindowTitle = title;
|
||||
SDL_WM_SetCaption(mWindowTitle.c_str(),mWindowTitle.c_str());
|
||||
}
|
||||
|
||||
void *LLWindowSDL::getPlatformWindow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user