aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/res/imp_icon.icobin0 -> 533678 bytes
-rw-r--r--linden/indra/newview/res/viewerRes.rc6
2 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/res/imp_icon.ico b/linden/indra/newview/res/imp_icon.ico
new file mode 100644
index 0000000..3b1250a
--- /dev/null
+++ b/linden/indra/newview/res/imp_icon.ico
Binary files differ
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
61 61
62// Icon with lowest ID value placed first to ensure application icon 62// Icon with lowest ID value placed first to ensure application icon
63// remains consistent on all systems. 63// remains consistent on all systems.
64IDI_LL_ICON ICON "ll_icon.ico" 64IDI_LL_ICON ICON "imp_icon.ico"
65IDI_LCD_LL_ICON ICON "icon1.ico" 65//IDI_LCD_LL_ICON ICON "icon1.ico"
66 66
67///////////////////////////////////////////////////////////////////////////// 67/////////////////////////////////////////////////////////////////////////////
68// 68//
@@ -74,7 +74,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE
74FONT 8, "MS Sans Serif" 74FONT 8, "MS Sans Serif"
75BEGIN 75BEGIN
76 ICON IDI_LL_ICON,IDC_STATIC,7,7,20,20 76 ICON IDI_LL_ICON,IDC_STATIC,7,7,20,20
77 LTEXT "Loading Second Life...",666,36,13,91,8 77 LTEXT "Loading Imprudence...",666,36,13,91,8
78END 78END
79 79
80 80