From 487930b14e06d67ffce90f44b9f6c1cff71f4db8 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sun, 29 Nov 2009 03:44:40 -0700 Subject: Make sure windows always uses the Imprudence icon --- linden/indra/newview/res/viewerRes.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linden/indra/newview/res/viewerRes.rc') diff --git a/linden/indra/newview/res/viewerRes.rc b/linden/indra/newview/res/viewerRes.rc index 5e57841..18d8d55 100644 --- a/linden/indra/newview/res/viewerRes.rc +++ b/linden/indra/newview/res/viewerRes.rc @@ -61,8 +61,8 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_LL_ICON ICON "ll_icon.ico" -IDI_LCD_LL_ICON ICON "icon1.ico" +IDI_LL_ICON ICON "imp_icon.ico" +//IDI_LCD_LL_ICON ICON "icon1.ico" ///////////////////////////////////////////////////////////////////////////// // @@ -74,7 +74,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE FONT 8, "MS Sans Serif" BEGIN ICON IDI_LL_ICON,IDC_STATIC,7,7,20,20 - LTEXT "Loading Second Life...",666,36,13,91,8 + LTEXT "Loading Imprudence...",666,36,13,91,8 END -- cgit v1.1