aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow
diff options
context:
space:
mode:
authorJacek Antonelli2010-06-20 20:51:38 -0500
committerJacek Antonelli2010-06-20 20:56:27 -0500
commitf26342b6f16b4035cb07275b6ca0482a2d3dab6d (patch)
tree6e69f37f61440e0d930805b7f76197ddb4fd64fa /linden/indra/llwindow
parentUpdated artwork package: added Mac and Linux cursors, and Mac icon. (diff)
downloadmeta-impy-f26342b6f16b4035cb07275b6ca0482a2d3dab6d.zip
meta-impy-f26342b6f16b4035cb07275b6ca0482a2d3dab6d.tar.gz
meta-impy-f26342b6f16b4035cb07275b6ca0482a2d3dab6d.tar.bz2
meta-impy-f26342b6f16b4035cb07275b6ca0482a2d3dab6d.tar.xz
Typo in llwindowmacosx.cpp (LLWindowSDL -> LLWindowMacOSX)
Diffstat (limited to 'linden/indra/llwindow')
-rw-r--r--linden/indra/llwindow/llwindowmacosx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.cpp b/linden/indra/llwindow/llwindowmacosx.cpp
index ad99813..613d147 100644
--- a/linden/indra/llwindow/llwindowmacosx.cpp
+++ b/linden/indra/llwindow/llwindowmacosx.cpp
@@ -318,7 +318,7 @@ LLWindowMacOSX::LLWindowMacOSX(const std::string& title, const std::string& name
318 stop_glerror(); 318 stop_glerror();
319} 319}
320 320
321void LLWindowSDL::setWindowTitle(std::string &title) 321void LLWindowMacOSX::setWindowTitle(std::string &title)
322{ 322{
323 CFStringRef string = CFStringCreateWithCString(NULL, title.c_str(), kCFStringEncodingUTF8); 323 CFStringRef string = CFStringCreateWithCString(NULL, title.c_str(), kCFStringEncodingUTF8);
324 SetWindowTitleWithCFString(mWindow, string); 324 SetWindowTitleWithCFString(mWindow, string);