aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llwindowsdl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llwindow/llwindowsdl.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/linden/indra/llwindow/llwindowsdl.cpp b/linden/indra/llwindow/llwindowsdl.cpp
index 2f9de6b..58090b3 100644
--- a/linden/indra/llwindow/llwindowsdl.cpp
+++ b/linden/indra/llwindow/llwindowsdl.cpp
@@ -469,7 +469,7 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B
469 469
470 // Set the application icon. 470 // Set the application icon.
471 SDL_Surface *bmpsurface; 471 SDL_Surface *bmpsurface;
472 bmpsurface = Load_BMP_Resource("imprudence_icon.BMP"); 472 bmpsurface = Load_BMP_Resource("meta-impy_icon.BMP");
473 if (bmpsurface) 473 if (bmpsurface)
474 { 474 {
475 // This attempts to give a black-keyed mask to the icon. 475 // This attempts to give a black-keyed mask to the icon.
@@ -707,16 +707,14 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B
707 close(); 707 close();
708 setupFailure( 708 setupFailure(
709#if LL_SOLARIS && defined(__sparc) 709#if LL_SOLARIS && defined(__sparc)
710 "Second Life requires at least 24-bit color on SPARC to run in a window.\n" 710 "This viewer requires at least 24-bit color on SPARC to run in a window.\n"
711 "Please use fbconfig to set your default color depth to 24 bits.\n" 711 "Please use fbconfig to set your default color depth to 24 bits.\n"
712 "You may also need to adjust the X11 setting in SMF. To do so use\n" 712 "You may also need to adjust the X11 setting in SMF. To do so use\n"
713 " 'svccfg -s svc:/application/x11/x11-server setprop options/default_depth=24'\n" 713 " 'svccfg -s svc:/application/x11/x11-server setprop options/default_depth=24'\n"
714#else 714#else
715 "Second Life requires True Color (32-bit) to run in a window.\n" 715 "This viewer requires True Color (32-bit) to run in a window.\n"
716 "Please go to Control Panels -> Display -> Settings and\n"
717 "set the screen to 32-bit color.\n"
718#endif 716#endif
719 "Alternately, if you choose to run fullscreen, Second Life\n" 717 "Alternately, if you choose to run fullscreen, this viewer\n"
720 "will automatically adjust the screen each time it runs.", 718 "will automatically adjust the screen each time it runs.",
721 "Error", 719 "Error",
722 OSMB_OK); 720 OSMB_OK);
@@ -728,11 +726,10 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B
728 { 726 {
729 close(); 727 close();
730 setupFailure( 728 setupFailure(
731 "Second Life is unable to run because it can't get an 8 bit alpha\n" 729 "This viewer is unable to run because it can't get an 8 bit alpha\n"
732 "channel. Usually this is due to video card driver issues.\n" 730 "channel. Usually this is due to video card driver issues.\n"
733 "Please make sure you have the latest video card drivers installed.\n" 731 "Please make sure you have the latest video card drivers installed.\n"
734 "Also be sure your monitor is set to True Color (32-bit) in\n" 732 "Also be sure your monitor is set to True Color (32-bit)n"
735 "Control Panels -> Display -> Settings.\n"
736 "If you continue to receive this message, contact customer service.", 733 "If you continue to receive this message, contact customer service.",
737 "Error", 734 "Error",
738 OSMB_OK); 735 OSMB_OK);