diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 8 | ||||
-rw-r--r-- | linden/indra/newview/res/imp_icon.ico | bin | 0 -> 533678 bytes | |||
-rw-r--r-- | linden/indra/newview/res/viewerRes.rc | 6 |
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 595d2c6..e26777d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,11 @@ | |||
1 | 2009-11-29 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * Make sure windows always uses the Imprudence icon. | ||
4 | |||
5 | new file: linden/indra/newview/res/imp_icon.ico | ||
6 | modified: linden/indra/newview/res/viewerRes.rc | ||
7 | |||
8 | |||
1 | 2009-11-28 Jacek Antonelli <jacek.antonelli@gmail.com> | 9 | 2009-11-28 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 10 | ||
3 | * Compile flag "-Wno-non-virtual-dtor" is for C++, not C. | 11 | * Compile flag "-Wno-non-virtual-dtor" is for C++, not C. |
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 | ||