aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-11-29 03:44:40 -0700
committerJacek Antonelli2009-12-06 16:32:37 -0600
commit487930b14e06d67ffce90f44b9f6c1cff71f4db8 (patch)
tree6ed33f70d12e3cb67f7d76869711079deec4ebf4 /linden/indra/newview
parentFixed a little mistake in .gitignore. (diff)
downloadmeta-impy-487930b14e06d67ffce90f44b9f6c1cff71f4db8.zip
meta-impy-487930b14e06d67ffce90f44b9f6c1cff71f4db8.tar.gz
meta-impy-487930b14e06d67ffce90f44b9f6c1cff71f4db8.tar.bz2
meta-impy-487930b14e06d67ffce90f44b9f6c1cff71f4db8.tar.xz
Make sure windows always uses the Imprudence icon
Diffstat (limited to 'linden/indra/newview')
-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