diff options
author | Jacek Antonelli | 2010-06-20 20:51:38 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-06-20 20:56:27 -0500 |
commit | f26342b6f16b4035cb07275b6ca0482a2d3dab6d (patch) | |
tree | 6e69f37f61440e0d930805b7f76197ddb4fd64fa /linden/indra/llwindow | |
parent | Updated artwork package: added Mac and Linux cursors, and Mac icon. (diff) | |
download | meta-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.cpp | 2 |
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 | ||
321 | void LLWindowSDL::setWindowTitle(std::string &title) | 321 | void 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); |