diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-09-09 14:20:19 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-09-09 14:20:19 -0400 |
commit | 8a952e42e97cfb286192aba0fbfc43986912cd29 (patch) | |
tree | 6aa00aad42189239aa81972328e057afc215bf7d /indra/newview/res | |
parent | c47b398b75fcdbb479ad9ad2765014c5fa338df7 (diff) | |
parent | 89b9800579a37fbbdfca7789716a2d012d96cfa5 (diff) |
Removed some spurious newlines that I introduced into CMakeLists.txt.
Diffstat (limited to 'indra/newview/res')
-rw-r--r-- | indra/newview/res/ll_icon.BMP | bin | 262198 -> 0 bytes | |||
-rw-r--r-- | indra/newview/res/ll_icon.ico | bin | 367958 -> 0 bytes | |||
-rw-r--r-- | indra/newview/res/ll_icon.png | bin | 29561 -> 0 bytes | |||
-rw-r--r-- | indra/newview/res/viewerRes.rc | 6 |
4 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/res/ll_icon.BMP b/indra/newview/res/ll_icon.BMP Binary files differdeleted file mode 100644 index 3a9964cd95..0000000000 --- a/indra/newview/res/ll_icon.BMP +++ /dev/null diff --git a/indra/newview/res/ll_icon.ico b/indra/newview/res/ll_icon.ico Binary files differdeleted file mode 100644 index 87985b9285..0000000000 --- a/indra/newview/res/ll_icon.ico +++ /dev/null diff --git a/indra/newview/res/ll_icon.png b/indra/newview/res/ll_icon.png Binary files differdeleted file mode 100644 index ae573b3874..0000000000 --- a/indra/newview/res/ll_icon.png +++ /dev/null diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index 38d04b4b5c..a53dece422 100644 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -62,12 +62,12 @@ IDI_LCD_LL_ICON ICON "icon1.ico" // Dialog // -SPLASHSCREEN DIALOG 32, 32, 144, 34 +SPLASHSCREEN DIALOG 32, 32, 264, 34 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 Second Life...",666,36,13,211,8 END @@ -82,7 +82,7 @@ BEGIN "SPLASHSCREEN", DIALOG BEGIN LEFTMARGIN, 7 - RIGHTMARGIN, 137 + RIGHTMARGIN, 257 VERTGUIDE, 36 TOPMARGIN, 7 BOTTOMMARGIN, 27 |