diff options
Diffstat (limited to 'linden/indra/llwindow/llwindowmacosx.cpp')
-rw-r--r-- | linden/indra/llwindow/llwindowmacosx.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.cpp b/linden/indra/llwindow/llwindowmacosx.cpp index 99daa4d..9cbc949 100644 --- a/linden/indra/llwindow/llwindowmacosx.cpp +++ b/linden/indra/llwindow/llwindowmacosx.cpp | |||
@@ -71,17 +71,17 @@ BOOL check_for_card(const char* RENDERER, const char* bad_card) | |||
71 | if (!strnicmp(RENDERER, bad_card, strlen(bad_card))) | 71 | if (!strnicmp(RENDERER, bad_card, strlen(bad_card))) |
72 | { | 72 | { |
73 | std::string buffer = llformat( | 73 | std::string buffer = llformat( |
74 | "Your video card appears to be a %s, which Second Life does not support.\n" | 74 | "Your video card appears to be a %s, which this viewer does not support.\n" |
75 | "\n" | 75 | "\n" |
76 | "Second Life requires a video card with 32 Mb of memory or more, as well as\n" | 76 | "This viewer requires a video card with 32 Mb of memory or more, as well as\n" |
77 | "multitexture support. We explicitly support nVidia GeForce 2 or better, \n" | 77 | "multitexture support. We explicitly support nVidia GeForce 2 or better, \n" |
78 | "and ATI Radeon 8500 or better.\n" | 78 | "and ATI Radeon 8500 or better.\n" |
79 | "\n" | 79 | "\n" |
80 | "If you own a supported card and continue to receive this message, try \n" | 80 | "If you own a supported card and continue to receive this message, try \n" |
81 | "updating to the latest video card drivers. Otherwise look in the\n" | 81 | "updating to the latest video card drivers. Otherwise look in the\n" |
82 | "secondlife.com support section or e-mail technical support\n" | 82 | "web site support section or e-mail technical support\n" |
83 | "\n" | 83 | "\n" |
84 | "You can try to run Second Life, but it will probably crash or run\n" | 84 | "You can try to run this viewer, but it will probably crash or run\n" |
85 | "very slowly. Try anyway?", | 85 | "very slowly. Try anyway?", |
86 | bad_card); | 86 | bad_card); |
87 | S32 button = OSMessageBox(buffer.c_str(), "Unsupported video card", OSMB_YESNO); | 87 | S32 button = OSMessageBox(buffer.c_str(), "Unsupported video card", OSMB_YESNO); |
@@ -302,7 +302,7 @@ LLWindowMacOSX::LLWindowMacOSX(const std::string& title, const std::string& name | |||
302 | if (!gGLManager.initGL()) | 302 | if (!gGLManager.initGL()) |
303 | { | 303 | { |
304 | setupFailure( | 304 | setupFailure( |
305 | "Second Life is unable to run because your video card drivers\n" | 305 | "This viewer is unable to run because your video card drivers\n" |
306 | "are out of date or unsupported. Please make sure you have\n" | 306 | "are out of date or unsupported. Please make sure you have\n" |
307 | "the latest video card drivers installed.\n" | 307 | "the latest video card drivers installed.\n" |
308 | "If you continue to receive this message, contact customer service.", | 308 | "If you continue to receive this message, contact customer service.", |
@@ -748,10 +748,10 @@ BOOL LLWindowMacOSX::createContext(int x, int y, int width, int height, int bits | |||
748 | { | 748 | { |
749 | close(); | 749 | close(); |
750 | setupFailure( | 750 | setupFailure( |
751 | "Second Life requires True Color (32-bit) to run in a window.\n" | 751 | "This viewer requires True Color (32-bit) to run in a window.\n" |
752 | "Please go to Control Panels -> Display -> Settings and\n" | 752 | "Please go to Control Panels -> Display -> Settings and\n" |
753 | "set the screen to 32-bit color.\n" | 753 | "set the screen to 32-bit color.\n" |
754 | "Alternately, if you choose to run fullscreen, Second Life\n" | 754 | "Alternately, if you choose to run fullscreen, this viewer\n" |
755 | "will automatically adjust the screen each time it runs.", | 755 | "will automatically adjust the screen each time it runs.", |
756 | "Error", | 756 | "Error", |
757 | OSMB_OK); | 757 | OSMB_OK); |
@@ -762,7 +762,7 @@ BOOL LLWindowMacOSX::createContext(int x, int y, int width, int height, int bits | |||
762 | { | 762 | { |
763 | close(); | 763 | close(); |
764 | setupFailure( | 764 | setupFailure( |
765 | "Second Life is unable to run because it can't get an 8 bit alpha\n" | 765 | "This viewer is unable to run because it can't get an 8 bit alpha\n" |
766 | "channel. Usually this is due to video card driver issues.\n" | 766 | "channel. Usually this is due to video card driver issues.\n" |
767 | "Please make sure you have the latest video card drivers installed.\n" | 767 | "Please make sure you have the latest video card drivers installed.\n" |
768 | "Also be sure your monitor is set to True Color (32-bit) in\n" | 768 | "Also be sure your monitor is set to True Color (32-bit) in\n" |