diff options
author | McCabe Maxsted | 2009-11-29 03:44:40 -0700 |
---|---|---|
committer | Jacek Antonelli | 2009-12-06 16:32:37 -0600 |
commit | 487930b14e06d67ffce90f44b9f6c1cff71f4db8 (patch) | |
tree | 6ed33f70d12e3cb67f7d76869711079deec4ebf4 /linden/indra/newview | |
parent | Fixed a little mistake in .gitignore. (diff) | |
download | meta-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.ico | bin | 0 -> 533678 bytes | |||
-rw-r--r-- | linden/indra/newview/res/viewerRes.rc | 6 |
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. |
64 | IDI_LL_ICON ICON "ll_icon.ico" | 64 | IDI_LL_ICON ICON "imp_icon.ico" |
65 | IDI_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 | |||
74 | FONT 8, "MS Sans Serif" | 74 | FONT 8, "MS Sans Serif" |
75 | BEGIN | 75 | BEGIN |
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 |
78 | END | 78 | END |
79 | 79 | ||
80 | 80 | ||